color
This commit is contained in:
parent
ef31d04fba
commit
6c90bf424b
@ -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;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user