diff --git a/src/style.css b/src/style.css index b8955a5..076c4fa 100644 --- a/src/style.css +++ b/src/style.css @@ -8,6 +8,19 @@ width: 100px; } +.center +{ + margin-left: auto; + margin-right: auto; +} + +* +{ + background-color: #231F20; + + color: white; +} + button { height: 75px; @@ -15,23 +28,12 @@ button font-size: xx-large; font-style: bold; -} -.center -{ - margin-left: auto; - margin-right: auto; + background-color: #EC4E20; } #reset { height: 50px; width: 150px; -} - -* -{ - background-color: black; - - color: white; } \ No newline at end of file