Skip to content

Commit

Permalink
wheelSpineer
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Aug 1, 2024
1 parent a9df4ef commit a5ad425
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 66 deletions.
Binary file added images/Hand_sign_finger-16-512.webp
Binary file not shown.
68 changes: 68 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/logo2.svg
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/watania.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 14 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="deal-wheel">
<div class="spinner"></div>
<button class="btn-spin">Spin</button>

<div class="ticker"></div>
<div class="grim-reaper"></div>

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



<script src="./script.js">
Expand Down
Loading

0 comments on commit a5ad425

Please sign in to comment.