-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent3.css
121 lines (102 loc) · 2.19 KB
/
content3.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
h1{
margin-top: 30px;
margin-bottom: 10px;
font-size: 60px;
text-align: center;
font-weight: 100;
color: rgb(140, 128, 63);
}
p{
font-size: 20px;
text-align: center;
}
em{
font-size: 25px;
}
h2{
font-size: 40px;
text-align: center;
padding: 10px;
}
.contentLinks{
font-size: 17px;
margin: 16px;
color:rgb(18, 20, 129)
}
.contentLinks:hover{
color: rgb(36, 137, 137);
font-size: 21px;
}
.contentLinks:active{
color: rgb(116, 116, 62);
}
#main{
padding-top: 0px;
margin-bottom: 150px;
color: beige;
font-weight: bold;
}
#introLinks{
background-color: rgb(137, 180, 218);
padding: 30px;
margin-top: 50px;
color: black;
font-weight: bolder;
text-align: center;
}
#exploration{
background-image: url("exploration.webp");
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
margin-bottom: 100px;
padding: 50px;
}
#explorationText{
background-color: rgb(173, 216, 230, 0.4);
color: black;
font-weight: bold;
padding: 50px;
}
#conservation{
background-image: url("diversity.jpg");
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
margin-bottom: 100px;
padding: 50px;
}
#conservationText{
background-color: rgb(216, 112, 147, 0.4);
color: black;
font-weight: bold;
padding: 50px;
}
#pollution{
background-image: url("pollution.webp");
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
margin-bottom: 100px;
padding: 50px;
}
#pollutionText{
color: black;
font-weight: bold;
background-color: rgba(76, 52, 7, 0.4);
padding: 50px;
}
#climateChange{
background-image: url("climateChange.jpg");
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
margin-bottom: 100px;
padding: 50px;
}
#climateChangeText{
color: black;
font-weight: bold;
background-color: rgb(243, 248, 249, 0.4);
padding: 50px;
}