-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
162 lines (140 loc) · 2.73 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
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
*{
margin: 0px;
padding: 0px;
}
body{
font-family: sans-serif;
}
#menuWrapper{
width: 100%;
height: 75px;
background-color: black;
}
#menu{
width: 75%;
height: 75px;
margin-left: auto;
margin-right: auto;
}
.spotify_logo{
width: 170px;
height: 75px;
display: inline-block;
vertical-align: top;
float: left;
}
.spotify_logo i{
display: inline-block;
font-size: 60px;
position: absolute;
padding: 5px 0px;
color:rgb(255, 255, 255);
}
.spotify_logo .spotify_p{
position: absolute;
font-size: 25px;
font-weight: bold;
padding:24px 66px;
color: white;
}
#top_links{
display: inline-block;
width: auto;
height: 75px;
float: right;
}
#top_links ul{
list-style-type: none;
}
#top_links ul li{
display: inline;
}
#top_links ul li a{
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: white;
margin: 28px 28px;
text-align: justify;
line-height: 75px;
}
#top_links a:hover{
border-bottom: 1px solid #1ed760;
padding-bottom: 5px;
transition: 0.4s;
color: #1ed760;
}
#bannerWrapper{
width: 100%;
height: 885px;
background-image: url("../html_kutular/gerekli_dosyalar/banner_bg.jpg");
text-align: center;
}
#bannerWrapper h1{
text-transform: uppercase;
font-size: 104px;
color: #1ed760;
padding-top: 100px;
line-height: 180px;
}
#bannerWrapper h4{
font-size: 32px;
margin: 18px 0px;
text-transform: uppercase;
color: #1ed760;
}
#bannerWrapper a{
display: inline-block;
text-decoration: none;
font-size: 32px;
color: #000000;
border: 3px solid solid;
padding: 15px 30px;
border-radius: 30px;
font-weight: bold;
background-color: #1ed760;
padding: 18px 26px;
margin: 20px 0px;
}
#bannerWrapper a:hover{
transition: 0.4s;
background-color:rgba(0,0,0,0.3);
}
#footerWrapper{
width: 100%;
height: 290px;
background-color: #000000;
}
#footer{
width: 1170px;
height: 200px;
padding-top: 90px;
margin: auto auto;
}
#footer .footer_menu_heading{
font-weight: bold;
color: #919496;
font-size: 12px;
}
#footerWrapper .footer_menu_heading ul{
list-style-type: none;
}
#footerWrapper .footer_menu_heading ul li{
display: inline;
font-weight: 500;
font-size: 16px;
color: aliceblue;
margin-left: 13px;
margin-right: 13px;
}
#social_menu{
width: auto ;
height: 60px;
float: right;
}
#social_menu ul{
list-style-type: none;
}
#social_menu li{
display: inline;
}