-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS-for-Webpage-1.css
More file actions
102 lines (91 loc) · 1.38 KB
/
CSS-for-Webpage-1.css
File metadata and controls
102 lines (91 loc) · 1.38 KB
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
.navbar {
overflow: hidden;
background-color: #333;
}
.navbar a {
float: left;
font-size: 18px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover{
background-color: crimson;
}
h1 {
text-align: center;
font-size: 40px;
}
.by {
font-size: 24px;
text-align: center;
}
.Conserve Energy {
width: 1200px;
}
body {
background-color: #C6F5CF;
}
.framecolor {
background-color: white;
margin-left: 50px;
margin-right: 50px;
}
.learn {
height: 2000px;
margin-left: 200px;
margin-right: 200px;
width: 1090px;
margin-top: 100px;
}
.help {
height: 1000px;
margin-left: 200px;
margin-right: 200px;
width: 1090px;
margin-top: 100px;
}
.organization {
margin-left: 200px;
margin-right: 200px;
width: 1090px;
height: 2500px;
margin-top: 100px;
}
.image1 {
width: 540px;
}
H3 {
font-size: 24px;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}
h2 {
font-size: 28px;
}
.CI {
width: 50%;
height:50%;
}
.NRDC {
width: 40%;
height: 50%;
}
.EDF {
width: 35%;
height: 40%;
}
.graph {
width: 40%;
height: 50%;
}
.homepage {
margin-left: 200px;
margin-right: 200px;
width: 1090px;
height: 500px;
margin-top: 100px;
}