From 0ef89392db1611a983e87fda5166bba5933d208c Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 3 Sep 2020 23:24:02 +0200 Subject: [PATCH] Footer; Card-size; --- css/blackjack.css | 6 +++++- index.htm | 25 +++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/css/blackjack.css b/css/blackjack.css index 69638c2..4f2f87f 100644 --- a/css/blackjack.css +++ b/css/blackjack.css @@ -8,7 +8,7 @@ body { } .playing-card { - max-width: 75px; + max-width: 7em; margin: 0.2em; } @@ -96,4 +96,8 @@ body { border-radius: 10px !important; background-color: white !important; color: black !important; +} + +footer * { + color: white !important; } \ No newline at end of file diff --git a/index.htm b/index.htm index d81fbbc..998695c 100644 --- a/index.htm +++ b/index.htm @@ -9,7 +9,8 @@ - + BlackJack ♠ @@ -43,7 +44,8 @@ @@ -167,6 +169,25 @@ + +