-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
36 lines (33 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Drum 💫 kit</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Corinthia:wght@700&family=Fuzzy+Bubbles&family=Great+Vibes&family=Gwendolyn:wght@700&family=Hurricane&family=IBM+Plex+Sans:wght@100&family=Kalam:wght@300&family=Marck+Script&family=Meow+Script&family=Passions+Conflict&family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--<img src="image/lfs.png" class="lfs" alt="">-->
<div class="bo">
<img src="image/drum.jpg" class="img" alt="">
<div class="p1">
<h1>Drum <img src="image/drum.png" alt="" class="dr"> kit</h1>
<div class="drum">
<button class="btnw" type="button">w</button>
<button class="btna" type="button">a</button>
<button type="button" class="btns">s</button>
<button type="button" class="btnd">d</button>
<button type="button" class="btnj">j</button>
<button type="button" class="btnk">k</button>
<button type="button" class="btnl">l</button>
</div>
</div>
</div>
<footer class="foot1">
<p class="foot">© Copyright 2021 Isha Rani</p>
</footer>
<script src="index.js" charset="utf-8"></script>
</body>
</html>