- Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathdrum.html
More file actions
22 lines (21 loc) · 622 Bytes
/
drum.html
File metadata and controls
22 lines (21 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drum Kit</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>This design is by Laasri Nadia. I might use this for later use.</h1>
<div class="drum-set">
<div class="drum1"></div>
<div class="drum2"></div>
<div class="drum3"></div>
<div class="drum4"></div>
<div class="drum5"></div>
<div class="drum-set-right"></div>
<div class="drum-set-left"></div>
</div>
</body>
</html>