abdullahtarawneh.com/assets/scss/base/components.scss

12 lines
227 B
SCSS
Raw Normal View History

2020-10-24 03:47:29 +00:00
.button {
background: #0060ff;
color: white;
width: max-content;
font-size: clamp(1em,2vw,1em);
padding: 0.75em;
display: flex;
justify-content: center;
text-decoration: none;
border-radius: 100em;
font-weight: 700;
}