This commit is contained in:
Maciej 2022-01-24 16:22:11 +01:00
parent c834bfcbc4
commit caa5fcaae5

18
assets/scss/buttons.scss Normal file
View File

@ -0,0 +1,18 @@
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;
}