forked from Kalvium-Program/spotify-clone-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (118 loc) · 2.04 KB
/
style.css
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
body{
background-color: rgb(34, 34, 34);
font-family: sans-serif;
color: white;
}
#logo{
width: 300px;
}
.navbar{
background-color: black;
background-repeat: ;
border-style:solid ;
border-radius: 5px;
border-color: black;
box-shadow: 0px 10px 20px rgb(0, 0, 0);
height: 100vh;
padding: 30px;
position: absolute;
top: 0;
}
.things a{
font-weight: 700;
color: white;
text-decoration: none;
font-size: 29px;
line-height: 2.2;
margin-left: 40px;
margin-top: 30px;
}
.things img{
margin-left: 30px;
}
#secnav{
margin-top: 70px;
}
#secnav img{
width: 28px;
height: 29px;
}
#fav{
margin-left: 25px;
margin-top: 70px;
}
#inst{
margin-top: 100px;
}
#diver{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
top: 0;
}
#arr{
margin-left: 400px;
}
.contents{
margin-left: 400px;
margin-top: 50px;
font-size: 2em;
}
.image img{
display: inline;
margin-left: 400px;
background-color: rgb(167, 167, 167);
margin-top: 20px;
width: 90px;
}
.image h2{
display: inline;
position: absolute;
text-align: center;
color: rgb(231, 244, 255);
background-color: rgb(115, 112, 112);
padding: 30px;
margin-bottom: 50px;
}
#music h1{
margin-left: 400px;
margin-top: 100px;
font-size: 3.3em;
}
#arist{
margin-left: 400px;
display: flex;
justify-content: space-between;
text-align: center;
}
#line{
position: absolute;
bottom: 0;
margin-left: 300px;
display: block;
background-color:black;
background-size:100%;
}
#right{
position:absolute;
width: 500px;
margin-left: 210px;
margin-top: 50px;
width: 300px;
background-color: black;
}
@media screen and (max-width: 1000px) {
.image h2{
background-color: red;
}
#arist img{
width: 100px;
padding: 10px;
}
#line img{
width: 500px;
position:absolute;
margin-right: 100px;
}
}