From 79b6c87f269140df75d54df576cf428d5da854f0 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 3 Sep 2020 22:23:15 +0200 Subject: [PATCH] Add placeholder-design; --- css/blackjack.css | 7 +++++++ index.htm | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/blackjack.css b/css/blackjack.css index 149a8a4..691b891 100644 --- a/css/blackjack.css +++ b/css/blackjack.css @@ -54,6 +54,13 @@ body { color: white; } +#placeholder { + text-align: center; + color: white; + padding-top: 25px; + padding-bottom: 25px; +} + .navbar-toggler { border: 1px solid green; background-color: lightgreen; diff --git a/index.htm b/index.htm index 912aeab..0160318 100644 --- a/index.htm +++ b/index.htm @@ -82,7 +82,9 @@
-
Place your bet and start a round.
+
+
Place your bet and start a round.
+