-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (154 loc) · 4.03 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!--it defines the type of document-->
<html lang="en">
<!--basic element for html-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>spotify</title>
</head>
<style>
.J{
font-family: sans-serif;
color: beige;
position: relative;
}
.l{
margin:0px 0px;
}
.p{
font-family: sans-serif;
background-color: black;
color:beige;
}
.nav{
text-align: center;
width:250px;
height:20px;
border-radius:99px;
background-color:white;
margin:10px 600px;
}
h1{
font-family:'Courier New', Courier, monospace;
color:beige;
margin:30px 600px;
}
h2{
font-family: 'Courier New', Courier, monospace;
color: beige;
margin: 170px 600px;
}
body{
background-color: rgba(0, 0, 0, 0.774);
}
.box{
display:block;
width:200px;
height:150px;
color: white;
font-size: xx-large;
font-family: sans-serif;
border-radius: 9px;
background-color:blueviolet;
margin:10px 600px
}
.box1{
display:block;
width:300px;
height:150px;
color:white;
font-size:xx-large;
font-family: sans-serif;
border-radius: 9px;
background-color:chocolate;
margin:-160px 830px;
}
.box3{
width:150px;
height:150px;
background-color: seagreen;
margin:-150px 600px;
border-radius:9px;
color:beige;
font-family: sans-serif;
font-size:xx-large;
}
.box4{
width:150px;
height:150px;
background-color:darkblue;
margin:0px 780px;
border-radius:9px;
font-size:xx-large;
color:beige;
font-family: sans sans-serif;
}
.box5{
width:150px;
height:150px;
background-color:blueviolet;
margin:-150px 960px;
border-radius:9px;
font-size:xx-large;
color:beige;
font-family: sans-serif;
}
.box6{
width:150px;
height:150px;
background-color:rgb(255, 0, 98);
margin:-100px 1150px;
border-radius:9px;
font-size:xx-large;
color:beige;
font-family:sans-serif;
}
.Home{
background-color: black;
color: beige;
width:200px;
height:50px;
display:grid;
grid-column: 20px;
margin:0px ;
font-family: sans-serif;
}
.container{
background-color: rgb(112, 111, 109);
color:beige;
width: 200px;
font-family: sans-serif;
}
.lib{
background-color: black;
color: beige;
width: 200px;
font-family: sans-serif;
}
</style>
<body>
<table>
<div class="nav"> Artists,songs,or podcasts
<img src="search.svg" width:1px height:1px></img></div>
<h1>YOUR top genres</h1>
<div class="box">Pop</div>
<div class="box1">Hip-Hop</div>
<h2>Browse all</h2>
<div class="box3">Podcasts</div>
<div class="box4">Made for you</div>
<div class="box5">Charts</div>
<div class="box6">New release</div>
<div class="Home">Home
<img src="home-svgrepo-com(1).svg" width:20px height="20px"></div></img>
<div class="container">Search<img src="search.svg" width:1px height:1px></img></div></tr>
<div class="lib">Library <img src="libreay-svgrepo-com.svg" width:10px height:10px</div>
<div class ="p">
<ul>Create Playlist</ul>
<ul>Liked Songs</ul>
<ul>Your Episodes</ul>
</div>
<div class="l"><img src="Spotify logo.png" width:20px height:20px></img></div>
<div class="j">Install App</div>
</body>
</html>