Skip to content

Commit

Permalink
minor fix for luck game
Browse files Browse the repository at this point in the history
  • Loading branch information
Hritiksarraf committed Sep 14, 2024
1 parent 062abd4 commit 7ac86f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index-luck.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div id="game-over" class="info" style="display: none;">
<h2>Game Over!</h2>
<p>Your final score is <span id="final-score">0</span></p>
<a class="info restart-btn" href="./">Restart Game</a>
<a class="info restart-btn" href="./index-luck.html">Restart Game</a>
<a class="info restart-btn" href="./theme-luck.html">Theme</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<div class="content">
<h5 class="box_title">DATE</h5>
<p>
6:00 PM, 28nd September, 2024
6:00 PM, 28th September, 2024
</p>
</div>
</div>
Expand Down Expand Up @@ -349,7 +349,7 @@ <h3 class="title">
<!-- <img src="luck_theme_assets/clover3.png" class="tiny_clover" onclick="incrementFortune()" /> -->
</h3>
</div>
<div>Stay Tuned for to know our speaker</div>
<div>Stay Tuned to know our speaker</div>
<!-- <div class="row justify-content-center no-gutters" id="speakers"> </div> -->
<h5 class="title">

Expand Down
9 changes: 6 additions & 3 deletions luck_theme_style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.herobody {
/* background-color: #ca4444; */
background-color: black;
background-color: #ff2c5a;
height: 100vh; /* Ensures the background covers the entire viewport */
margin: 0;
padding: 0;
Expand All @@ -16,9 +16,10 @@
transform: translateX(-50%); /* Adjust to perfectly center */
color: white;
font-size: 14px; /* Adjust as needed */
padding: 10px; /* Optional padding */
padding: 5px; /* Optional padding */
font-style: oblique;
transition: opacity 0.01s ease;
margin-bottom: 50px;
}

#canvas1 {
Expand Down Expand Up @@ -74,11 +75,13 @@
.luck-play {
font-family: "Luckiest Guy", cursive;
font-weight: 400;
font-size: 25px;
font-style: normal;
position: fixed;
bottom: 0;
left: 0;
margin-bottom: 10px;
margin-left: 10px;
margin-bottom: 15px;
background-color: #f50136;
border-radius: 5%;
color: white;
Expand Down

0 comments on commit 7ac86f9

Please sign in to comment.