mirror of
https://github.com/Nezumi-2711/html-css-practice-two.git
synced 2026-09-22 13:38:40 +00:00
12 lines
219 B
SCSS
12 lines
219 B
SCSS
.btn {
|
|
align-self: center;
|
|
padding: 13px 20px;
|
|
background-color: $primary-color;
|
|
border-radius: 100px;
|
|
font-size: $fs-md;
|
|
color: $white;
|
|
white-space: nowrap;
|
|
transition: 0.2s;
|
|
text-decoration: none;
|
|
}
|