-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
147 lines (143 loc) · 2.43 KB
/
footer.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
#footer{
display: flexbox;
justify-content: center;
background-color: black;
width: 100%;
padding: 50px 20px 50px 20px;
}
#searchBar{
margin-top: 50px;
position: relative;
width:100%;
}
#searchBarInput{
width: 100%;
height: 50px;
border-radius: 10px;
padding-left: 10px;
color: black;
}
#searchBarBtn{
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
#footerSearchImg{
width: 40px;
height: 40px;
}
/* first */
#first{
margin: none;
padding-top: 30px;
display: flex;
}
#firstDataUl{
color:rgb(229, 239, 247);
list-style-type: none;
}
#firstDataUl h5{
color:rgb(226, 231, 236);
font-weight: bold;
}
#firstDataUl li:hover{
text-decoration: underline;
color: white;
}
#firstD{
margin-right: 30px;
}
/* fourth */
#fourth{
padding: 13px 0px 13px 0px;
}
#logoFooter{
display: flexbox;
justify-content: center;
width:50px;
height: 50px;
margin-right: 450px;
}
.horizontalBarrier{
height: .5px;
color: white;
margin:10px 0px 10px 0px;
padding: 0%;
}
#fourthData{
color:rgb(229, 239, 247);
margin-right: 20px;
}
#fourthData:hover{
color:white;
}
span #fourthData{
font-weight: bold;
}
.icons{
padding-top: 5px;
font-size: 25px;
}
/* fifith */
#fifth{
display:flexbox;
}
#fifthData{
color:rgb(229, 239, 247);
font-size: 13px;
margin-right: 12px;
}
#fifthData:hover{
text-decoration: underline;
color: white;
}
#fifthDataInfo{
color:rgb(229, 239, 247);
font-size: 13px;
}
/* footerAbovePart */
#footerAbove{
/* margin-left: 11px; */
}
#missed{
color: white;
font-weight: bolder;
margin-left: 11px;
}
.footerAboveContent{
display:flex;
margin-left: 11px;
}
#picDiv{
width:700px;
}
#belowPicHeading{
color:white;
font-size: 21px;
font-weight: bold;
}
#belowPicHeading:hover{
text-decoration: underline;
}
#footerAboveImg{
width:700px;
margin: 20px 0px 20px 0px;
}
#footerAboveImg:hover{
opacity: 0.6;
}
.advertise{
/* margin: 80px 100px 70px 110px; */
display: flex;
justify-content: center;
margin: 80px 0px 70px 0px;
}
#links{
color:white;
margin: 20px 0px 0px 40px;
font-size: 17px;
}
#links:hover{
text-decoration: underline;
}