abdullahtarawneh.com/assets/scss/base/components.scss
2020-10-23 22:47:29 -05:00

12 lines
227 B
SCSS

.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;
}