From 4e2ee10468b5429639a3edfdc0ae280bb77ac8bd Mon Sep 17 00:00:00 2001 From: sharma-shray Date: Mon, 25 Mar 2024 11:18:59 +0200 Subject: [PATCH] customizations --- src/css/style.css | 8 ++++++++ src/index.html | 9 ++++++++- src/js/Reel.js | 2 +- src/js/index.js | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 20dc25a..ea35207 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -16,6 +16,10 @@ body { } } +#balance { + color: rgb(233, 192, 192); +} + #reels { display: flex; width: 100vw; @@ -53,6 +57,10 @@ body { padding: 5px 30px; } +#controls button { + border: 1px solid rgba(0, 0, 0, 0.4); + width: 120px; +} #controls label { display: flex; align-items: center; diff --git a/src/index.html b/src/index.html index 9b2d295..4a489d1 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,9 @@
-
Jackpot: 5.555.555
+
Balance: 10.000$
+ +
Jackpot: 0
@@ -19,6 +21,11 @@
+

Bet:

+ + + +