diff --git a/src/css/style.css b/src/css/style.css index 0eb00f1..9c58575 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -48,6 +48,9 @@ display: flex; margin-left: 369px; margin-top: -70.5px; + flex-wrap: wrap; + align-content: center; + justify-content: space-evenly; } .main_div { @@ -56,14 +59,14 @@ } .header_other_text { - width: 91px; - height: 17px; + /* width: 91px; + height: 17px; */ color: #FFF; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-family: Montserrat Alternates; font-size: 18px; font-weight: 700; - margin-left: 75px; + /* margin-left: 75px; */ } .bal { @@ -108,4 +111,66 @@ font-family: Montserrat; font-size: 16px; font-weight: 600; -} \ No newline at end of file +} + +.flex-container { + display: flex; + flex-wrap: nowrap; + } + + .flex-container > div { + width: 100px; + margin: 10px; + text-align: center; + line-height: 75px; + font-size: 30px; + } + + .wallet_element_money { + background: #22252F; + box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); + border-radius: 9px; + display: flex; + align-items: center; + justify-content: center; + color: white; + width: 55%; + z-index: 4; +} + +.wallet_element_image { + margin-top: 8px; +} + + .wallet_element_numbers { + text-align: left; + margin-right: 10px; + font-weight: bold; + font-family: Montserrat Alternates; + } + +.wallet_element { + display: flex; + justify-content: center; + align-items: center; + border: 10px; + width: 55%; + height: 10%; + border-radius: 9px; + background: #EF4444; + box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); + height: 45px; + z-index: 5; + margin-left: -5px; + } + + .wallet_elements{ + display: flex; + justify-content: space-evenly; + align-items: center; + } + + .wallet_text{ + margin-inline: 10px; + } + \ No newline at end of file diff --git a/src/index.html b/src/index.html index e57478e..5ba0a64 100644 --- a/src/index.html +++ b/src/index.html @@ -18,6 +18,7 @@

PLAY NOW

LUCKY DIAMOND

+
-
+ + + + +