Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashirz authored Sep 29, 2023
1 parent 538190c commit fe3df5a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
</div>

<div id="instructions-screen" style="background-color: rgba(0, 0, 0, 0.7); color: white; font-family: Arial, sans-serif; padding: 20px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; display: none; flex-direction: column; justify-content: center; align-items: center;">
<h1><p style="font-size: 18px; margin-bottom: 15px;">Welcome to the Game!</p></h1>
<p style="font-size: 18px; margin-bottom: 15px;">Pay attention to the target number displayed at the top.</p>
<p style="font-size: 18px; margin-bottom: 15px;">Make sure the sum of the placed blocks matches the target number to complete the level.</p>
<h1><p style="font-size: 18px; margin-bottom: 15px;">Hey bud,</p></h1>
<p style="font-size: 18px; margin-bottom: 15px;">Reach the Target to WIN !!</p>
<p style="font-size: 18px; margin-bottom: 15px;">Level 1 Place blocks to reach Target</p>
<p style="font-size: 18px; margin-bottom: 15px;">Level 2 Add blocks to reach Target</p>
<p style="font-size: 18px; margin-bottom: 15px;">Level 3 Click on blocks to Subtract</p>

<button id="start-btn" style="font-size: 18px;">Start</button>
</div>

Expand Down Expand Up @@ -52,7 +55,7 @@ <h1><p style="font-size: 18px; margin-bottom: 15px;">Welcome to the Game!</p></h
#level-selection {
background-color: rgba(0, 0, 0, 0.7);
color: white;
font-family: Arial, sans-serif;
font-family: Verdana, Tahoma;
padding: 20px;
text-align: center;
position: absolute;
Expand Down Expand Up @@ -85,3 +88,5 @@ <h1><p style="font-size: 18px; margin-bottom: 15px;">Welcome to the Game!</p></h
</body>

</html>


0 comments on commit fe3df5a

Please sign in to comment.