-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
105 lines (89 loc) · 1.5 KB
/
styles.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
body{
background-color: white;
margin: 0;
}
.header{
background-color: #1F2937;
color: white;
height: 300px;
}
.logo{
font-size: 24px;
color: #f9faf9;
}
.header-one{
display: flex;
justify-content: space-around;
align-items: center;
padding: 10px;
}
.header-two{
display: flex;
justify-content: space-around;
align-items: center;
padding: 20px;
}
.main h1, .musics-genres p{
text-align: center;
}
ul{
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
list-style-type: none;
font-size: 18px;
color: #e5e7eb;
}
.header-two img{
width: 300px;
height: 150px;
}
.info{
text-align: center;
font-weight: bold;
padding: 10px;
}
.musics-genres{
display: flex;
justify-content: space-around;
align-items: center;
padding: 20px;
height: 200px;
}
img{
width: 200px;
height: 150px;
}
.quotes{
background-color: #e5e7eb;
height: 100px;
font-size: 36px;
font-style: light italic;
color: #1f2937;
}
blockquote{
text-align: center;
padding: 40px;
}
.sign-up{
display: flex;
justify-content: center;
align-items: center;
padding: 80px;
}
.call{
display: flex;
justify-content: space-around;
align-items: center;
width: 700px;
height: 150px;
background-color: #3882f6;
}
.footer{
display: flex;
justify-content: center;
align-items: center;
background-color: #1F2937;
color: white;
}