diff --git a/index.html b/index.html index 5d0de9e..7ee820f 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@ font-family: sans-serif; margin-left: 30px; margin-right: 30px; + background-color: rgb(32, 97, 81); + text-align: center; } #header { @@ -26,20 +28,13 @@ } #container { - background-color: pink; + background-color: rgb(127, 192, 181); margin: 40px auto; max-width: 800px; padding: 38px 31px; } - input { - font-size: 21px; - line-height: 33px; - margin: 0 0 23px 0; - padding: 0 9px; - width: 100%; - } - + button { font-size: 21px; line-height: 33px; @@ -48,7 +43,7 @@ } #output-div { - background-color: lightgrey; + background-color: rgb(100, 165, 149); margin: 20px auto; padding: 20px; width: 100%; @@ -59,17 +54,21 @@
-Rules of the game:
+Dealer has to hit if their hand is less than 17
+Ace can be either 1 or 11 for player
Input:
- - +