From 6c90bf424bf64db36f2e5d3680a61a5bae5304f8 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Mon, 12 Apr 2021 11:52:15 +0100 Subject: [PATCH] color --- src/style.css | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) 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