From 42c619e5aaef5dbcc85b4c623bb53694be616afc Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Sun, 11 Apr 2021 21:05:51 +0100 Subject: [PATCH] dark --- src/index.html | 36 +++++++++++++++++++++++++++--------- src/style.css | 10 ++++++++++ 2 files changed, 37 insertions(+), 9 deletions(-) diff --git a/src/index.html b/src/index.html index f99e41b..924a2e5 100644 --- a/src/index.html +++ b/src/index.html @@ -14,19 +14,37 @@ - - - + + + - - - + + + - - - + + +
+ + + + + +
+ + + + + +
+ + + + + +
diff --git a/src/style.css b/src/style.css index 8f8cee3..b595a85 100644 --- a/src/style.css +++ b/src/style.css @@ -8,7 +8,17 @@ width: 50px; } +button +{ + height: 40px; + width: 40px; +} + * { text-align: center; + + background-color: black; + + color: white; } \ No newline at end of file