forked from AbhishekSinha10/SIH_rough
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleisure.html
More file actions
24 lines (23 loc) · 774 Bytes
/
leisure.html
File metadata and controls
24 lines (23 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spin Wheel</title>
<link rel="stylesheet" href="leisure.css">
</head>
<body>
<button id="spin">Spin</button>
<span class="arrow"></span>
<div class="container">
<div class="one">HOBBY</div>
<div class="two">JOURNAL</div>
<div class="three">BASKETBALL</div>
<div class="four">BADMINTON</div>
<div class="five">HOMEWORK</div>
<div class="six">FOOTBALL</div>
<div class="seven">BOARD GAMES</div>
<div class="eight">MUSIC</div>
</div>
<script src="leisure.js"></script>
</body>
</html>