From 50acd149b72c4fdc3071e3f4d95b378f5bf0f7f5 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 3 Sep 2020 22:12:11 +0200 Subject: [PATCH] New design; --- css/app.css | 33 +++++++++++-- index.htm | 122 +++++++++++++++++++++++++++++++----------------- js/Blackjack.js | 5 +- js/app.js | 8 ++++ 4 files changed, 118 insertions(+), 50 deletions(-) diff --git a/css/app.css b/css/app.css index 85e1cd7..149a8a4 100644 --- a/css/app.css +++ b/css/app.css @@ -1,7 +1,6 @@ body { background-color: #0f0f0f; background-image: url('../img/background.jpg'); - color: white; } .container { @@ -9,8 +8,8 @@ body { } .playing-card { - max-width: 100%; - margin: 10px; + max-width: 75px; + margin: 0.2em; } #status { @@ -39,5 +38,29 @@ body { } .bet-input { - color: white !important; -} \ No newline at end of file + display: inline; +} + +#actions .card-body { + padding: 20px 5px 5px 5px; +} + +#actions button { + width: 100%; + margin-bottom: 5px; +} + +#card-space { + color: white; +} + +.navbar-toggler { + border: 1px solid green; + background-color: lightgreen; +} + +.fa-ellipsis-v { + font-size: 1.4em; + color: green; + margin: 3px 6px 3px 6px; +} diff --git a/index.htm b/index.htm index e2ff28e..5a1885c 100644 --- a/index.htm +++ b/index.htm @@ -2,7 +2,8 @@ - + BlackJack ♠ @@ -18,8 +19,9 @@ logo BlackJack -