-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 2.08 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Music</title>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main id="container">
<section id="left">
<header>
<h1>Music</h1>
</header>
<div id="content">
<h1>Music for everyone.</h1>
<div id="buttons">
<button>TRY IT FOR FREE</button>
<a href="#">LEARN MORE</a>
</div>
</div>
<footer>
<ul>
<li>Prev</li>
<li>Next</li>
</ul>
</footer>
</section>
<section id="right">
<div class="icon" id="menu">
<i class="fas fa-bars"></i>
</div>
<div id="box">
<div id="images">
<img src="https://englishtribuneimages.blob.core.windows.net/gallary-content/2020/7/2020_7$largeimg_741540610.jpg" alt="A R Rahaman">
</div>
<div id="MusicBox">
<div id="song">
<div id="songname">
<h2>Omana Penne</h2>
<p>A R Rahaman</p>
</div>
<div class="icon" id="download">
<i class="fas fa-long-arrow-alt-down"></i>
</div>
</div>
<div id="para">
<p>Discover all the ways you can showcase content on Kiwi Music.</p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>