-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfooter_sw.css
85 lines (81 loc) · 1.51 KB
/
footer_sw.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
.footer {
margin-top: 50px;
width: 100%;
height: 330px;
background-color: rgba(5, 5, 5, 0.945);
}
.logo2 {
width: 250px;
margin-top: 60px;
}
.lst {
margin-left: 80px;
display: flex;
}
ul {
display: flex;
justify-content: space-between;
list-style-type: none;
margin-top: 77px;
margin-left: 20px;
}
li {
color: rgb(197, 190, 190);
text-decoration: none;
margin-left: 20px;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-size: 17px;
}
a {
text-decoration: none;
}
li:hover {
color: white;
}
.dark {
background: rgba(0, 0, 0, 0.5)
url("https://static.frontendmasters.com/assets/fm/js/static/bg2.c89a0cad3a.jpg");
background-size: cover;
background-blend-mode: darken;
}
h1 {
padding-top: 10px;
}
#appDiv {
width: 18%;
height: 60px;
margin: 1% 4.5%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
#apple {
height: 45px;
}
#google {
height: 60px;
}
.lstlogo {
display: flex;
gap: 15px;
padding-left: 77px;
padding-top: 20px;
}
.lg {
width: 45px;
}
#bottomDiv {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color: #8a8a8a;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 1% 8% 0% 5%;
}
#bottomDiv p a {
color: #8a8a8a;
}
#bottomDiv p a:hover {
text-decoration: underline;
}