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 -