inzynieria_frontend/assets/scss/buttons.scss
2022-01-24 16:22:11 +01:00

18 lines
274 B
SCSS

button{
background-color:#f2e527 ;
height: 70px;
width: 350px;
border-radius: 8px;
color:#253340;
font-size: 30px;
font-weight: bolder;
}
div#buttons{
margin-top:20px;
display: flex;
justify-content: center;
gap:45px;
}