loader
This commit is contained in:
parent
c834bfcbc4
commit
caa5fcaae5
18
assets/scss/buttons.scss
Normal file
18
assets/scss/buttons.scss
Normal 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;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user