Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmaa ElBanna committed Aug 4, 2024
1 parent a5ad425 commit 5b1adab
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 247 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Gradient-Background.webp
Binary file not shown.
Binary file added images/image 1783.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image 1872.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Spin Wheel</title>
<link rel="stylesheet" href="./styles.css">

</head>
<body>
<div class="deal-wheel">
<img src="./images/watania.png" style="width: 70px; height: 70px; z-index: 2; margin-left: 42%;" alt="">

<div class="spinner">
</div>

<div class="deal-wheel">
<img src="./images/watania.png" style="width: 80px; height: 80px; z-index: 2; margin-left: 41%;" alt="">
<div class="spinner"></div>
<button class="btn-spin" style="display: none;"></button>
<div class="ticker"></div>
<div class="grim-reaper" data-reaction="resting"></div>

<div class="power-indicator">
<input type="range" min="0" max="100" value="50" />
<input type="range" min="0" max="100" value="100" />
</div>
<button class="btn-spin">
</button>
<div class="ticker"></div>
<div class="grim-reaper"></div>
</div>

</div>


<div id="congratulations" class="congratulations-message">
<p id="congratulations-text"></p>
<img id="congratulations-image" src="" alt="Selected Prize Image">
</div>

<script src="./script.js">

</script>

<script src="./script.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit 5b1adab

Please sign in to comment.