Search code snippets, questions, articles...

Rounded button

.rounded_button {
   padding: 1.2rem 2.5rem;
   font-size: 1rem;
   background: #207ef9;
   color: #fff;
   border-radius: 40px;
   border: 0;
   letter-spacing: 1px;
   cursor: pointer;
   outline: 0;
}

.rounded_button:hover {
   opacity: .9;
}

角丸ボタン

Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet