-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 2.16 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<style>
ul li{
list-style-type:none;
}
</style>
<style>
body{
background-image: url(pic.jpg);
background-repeat:no-repeat ;
background-size: cover;
position: relative;
background-position: center;
height: 100vh;
margin: 0;
padding:0;
margin-bottom: 15%;
}
</style>
<style>
h2{line-height: 0px;}
</style>
<script src="https://kit.fontawesome.com/f9c49325e6.js" crossorigin="anonymous"></script>
<link rel = "stylesheet" href="style.css">
</head>
<body>
<div class="menu-bar">
<ul>
<li>Music</li>
<li>Band</li>
<li>Tour</li>
<li>Journal</li>
<li>Shop</li>
<li>Newsletter</li>
</ul>
</div>
<div>
<ul>
<h1 class = "paragraph">THIRTEEN YEARS OF</h1>
<h2 class = "paragraph2">ONE DIRECTION</h2>
</div>
</ul>
<div>
<p class = "paragraph5">Welcome to the official Thirteen Years Of One Direction website. Visit for the archived<br>
journal posts, past events, band photos, as well as all their music, singles and albums.<br>
Celebrate thirteen years of One Direction by rediscovering their journey,<br>
right from the very beginning.Keep an eye out for hidden surprises!<br>
Relive your favourite 1D memories here and get your own personalised,<br>
extra-special anniversary mixtape by connecting to your Spotify,Apple Music,<br>
SoundCloud and Deezer!</p>
</div>
<ul>
<div>
<a href= "#" class = "lets-go-btn">LET'S GO</a>
</div>
</ul>
<footer class = "footer">
<div class="icons">
<ul>
<a style="color: #0ac623;"href="#"><i class="fa-brands fa-spotify"></i></a>
<a style="color: #595b60b5;"href="#"><i class="fa-brands fa-apple"></i></a>
<a style="color: #ef4f0bf3;"href="#"><i class="fa-brands fa-soundcloud"></i></a>
<a style="color: floralwhite;"href="#"><i class="fa-brands fa-deezer"></i></a>
</ul>
</div>
<div class="p1">
<pre> SYCO MUSIC ©2022 SONY MUSIC ENTERTAINMENT UK LTD PRIVACY AND COOKIE POLICY</pre>
</div>
</footer>
</body>
</html>