forked from alwaysPasindu/Life_Below_Water_Website_UNSDG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.css
90 lines (74 loc) · 1.43 KB
/
sitemap.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
*{
padding: 0;
margin: 0;
/* box-sizing: border-box; */
font-family: "Poppins", sans-serif;
list-style: none;
text-decoration: none;
}
main{
margin-top: 110px;
margin-left: 10%;
margin-right: 12%;
margin-bottom: 100px;
}
.map{
width: 100%;
height: 65%;
margin-bottom:30px;
margin-left: 50px;
margin-right: 60px;
position: relative;
background-color: rgba(160, 157, 157, 0.161) ;
border-radius: 10px ;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.178);
padding: 20px;
margin: 10px;
}
h1{
font-size: 70px;
margin-top: 10px;
margin-bottom: 20px;
/* margin-left:50px; */
text-align: center;
color: #fff;
font-weight: 705;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
transition: text-shadow 0.3s ease;
}
h1:hover{
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.home:hover rect {
fill: white;
}
.home:hover text {
fill: #00547b;
}
a:hover rect {
fill: #00547b;
}
a:hover text {
fill:white;
}
footer{
bottom: 0;
width: 100%;
backdrop-filter: blur(10px);
}
.footerlist{
display: flex;
padding: 25px 3%;
backdrop-filter: blur(0px);
}
.footerlist a{
color: #fff;
text-decoration: none;
padding: 0 75px 0 90px;
font-size: 20px;
font-weight: 800;
transition: all .70s ease;
}
.footerlist a:hover{
color: aqua;
}