-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent2.css
89 lines (76 loc) · 1.76 KB
/
content2.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
h2 {
color: #ffffff;
text-align: center;
font-size: 30px;
}
.main-info {
width: 100%;
display: block;
}
.main-text {
font-size: 20px;
text-align: center;
vertical-align: middle;
padding: 20px;
color: #ffffff;
}
.section-links a {
padding: 20px;
}
.section-links {
display: flex;
justify-content: center;
align-items: flex-end;
}
.jump-to-top {
display: flex;
justify-content: center;
margin: 20px 0;
}
.section-links a:link{color: white;}
.section-links a:hover{color: #00345a;}
.section-links a:active {
text-decoration: underline;
color: #070019;
}
.section-links :visited{color: white;}
.jump-to-top a:link{color: white;}
.jump-to-top a:hover{color: #00345a;}
.jump-to-top a:active {
text-decoration: underline;
color: #070019;
}
.jump-to-top :visited{color: white;}
.carbonFootprint, .wasteManagement, .reducePlastic {
background-color: rgb(201, 232, 247);
background:rgba(201, 232, 247, 0.555);
text-align: justify;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 100px;
padding-right: 100px;
border-radius: 25px;
width: 90%;
height: 400px;
margin: 0 auto;
overflow: hidden;
}
.carbonFootprint p, .wasteManagement p, .reducePlastic p {
font-size: 19px;
color: #e2f8f7;
}
.wasteManagement {
background-image: url("waste.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.carbonFootprint {
background-image: url("carbon.png");
background-repeat: no-repeat;
background-size: cover;
}
.reducePlastic {
background-image: url("plastic.jpeg");
background-repeat: no-repeat;
background-size: cover;
}