This commit is contained in:
AUnicornWithNoLife 2021-04-12 11:52:15 +01:00
parent ef31d04fba
commit 6c90bf424b

View File

@ -8,6 +8,19 @@
width: 100px; width: 100px;
} }
.center
{
margin-left: auto;
margin-right: auto;
}
*
{
background-color: #231F20;
color: white;
}
button button
{ {
height: 75px; height: 75px;
@ -15,23 +28,12 @@ button
font-size: xx-large; font-size: xx-large;
font-style: bold; font-style: bold;
}
.center background-color: #EC4E20;
{
margin-left: auto;
margin-right: auto;
} }
#reset #reset
{ {
height: 50px; height: 50px;
width: 150px; width: 150px;
}
*
{
background-color: black;
color: white;
} }