-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchem9_1.html
184 lines (162 loc) · 6.95 KB
/
chem9_1.html
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chemistry and Its Importance</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background: linear-gradient(to right, #003366, #66ccff);
color: #fff;
line-height: 1.6;
}
header {
text-align: center;
padding: 60px 20px;
background: linear-gradient(145deg, #222, #555);
box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.6);
border-radius: 10px;
margin: 20px;
animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
0% {
box-shadow: 0px 0px 15px #f39c12;
}
100% {
box-shadow: 0px 0px 25px #f1c40f;
}
}
header h1 {
font-size: 3.5em;
color: #f1c40f;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
section {
padding: 40px;
margin: 20px;
background: rgba(0, 0, 0, 0.6);
border-radius: 15px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section:hover {
transform: scale(1.03);
box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.7);
}
h2 {
color: #f1c40f;
font-size: 2.5em;
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 3px solid #f39c12;
}
p {
font-size: 1.2em;
color: #ddd;
margin-bottom: 20px;
}
ul {
list-style-type: none;
padding-left: 0;
}
li {
margin: 15px 0;
font-size: 1.3em;
color: #ecf0f1;
border-left: 4px solid #f39c12;
padding-left: 20px;
transition: background-color 0.3s ease, transform 0.3s ease;
}
li:hover {
background-color: rgba(255, 255, 255, 0.2);
transform: translateX(10px);
}
strong {
color: #f39c12;
}
footer {
text-align: center;
padding: 15px;
background: linear-gradient(145deg, #222, #555);
color: #bbb;
position: fixed;
bottom: 0;
width: 100%;
font-size: 1.1em;
letter-spacing: 1px;
}
footer p {
margin: 0;
}
/* Button Style */
.button {
background: linear-gradient(145deg, #f39c12, #f1c40f);
padding: 10px 20px;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
border: none;
cursor: pointer;
color: #fff;
font-size: 1.2em;
transition: background 0.3s ease, transform 0.3s ease;
}
.button:hover {
background: linear-gradient(145deg, #f1c40f, #f39c12);
transform: scale(1.1);
}
</style>
</head>
<body>
<header>
<h1>Chemistry and Its Importance</h1>
</header>
<section class="intro">
<h2>What is Chemistry?</h2>
<p>Chemistry is the branch of science that deals with the study of the composition, structure, properties, and reactions of matter. It is often referred to as the central science because it connects and overlaps with other scientific disciplines like physics, biology, environmental science, and geology. Chemistry helps us understand the world at a molecular and atomic level, explaining the behavior of different substances and how they interact.</p>
</section>
<section class="importance">
<h2>Importance of Chemistry</h2>
<ul>
<li><strong>Understanding Matter:</strong> Chemistry helps explain the structure and behavior of matter at a molecular level.</li>
<li><strong>Health and Medicine:</strong> Chemistry plays a crucial role in the development of pharmaceuticals and medical treatments.</li>
<li><strong>Environmental Protection:</strong> Chemistry is essential in addressing environmental issues like pollution and climate change.</li>
<li><strong>Agriculture:</strong> Chemistry helps in the development of fertilizers, pesticides, and herbicides.</li>
<li><strong>Industrial Applications:</strong> Chemistry is involved in the creation of various products, from plastics to electronics.</li>
</ul>
</section>
<section class="key-concepts">
<h2>Key Concepts in Chemistry</h2>
<p><strong>Atoms and Elements:</strong> An atom is the smallest unit of matter. Each element is made up of one type of atom.</p>
<p><strong>Molecules and Compounds:</strong> A molecule is formed when two or more atoms bond together chemically. A compound is a substance composed of different atoms bonded in fixed proportions.</p>
<p><strong>Chemical Reactions:</strong> A chemical reaction occurs when substances transform into new substances, involving the breaking and forming of bonds.</p>
<p><strong>Stoichiometry:</strong> Stoichiometry involves the calculation of reactants and products in chemical reactions based on the conservation of mass.</p>
<p><strong>Acids, Bases, and pH:</strong> Acids donate protons, while bases accept them. The pH scale measures the acidity or alkalinity of a solution.</p>
<p><strong>Thermochemistry:</strong> The study of heat changes during chemical reactions, involving exothermic and endothermic reactions.</p>
</section>
<section class="formulas">
<h2>Important Chemistry Formulas</h2>
<ul>
<li><strong>Molar Mass:</strong> M<sub>molar</sub> = Σ (atomic mass of each element × number of atoms of that element)</li>
<li><strong>Ideal Gas Law:</strong> PV = nRT</li>
<li><strong>Concentration (Molarity):</strong> M = moles of solute / volume of solution</li>
<li><strong>Law of Conservation of Mass:</strong> Total mass of reactants = Total mass of products</li>
<li><strong>Equilibrium Constant (K):</strong> K = [C]<sup>c</sup>[D]<sup>d</sup> / [A]<sup>a</sup>[B]<sup>b</sup></li>
<li><strong>pH Calculation:</strong> pH = -log[H<sup>+</sup>]</li>
<li><strong>Dilution Formula:</strong> C<sub>1</sub>V<sub>1</sub> = C<sub>2</sub>V<sub>2</sub></li>
<li><strong>Energy in Chemical Reactions:</strong> ΔH = H<sub>products</sub> - H<sub>reactants</sub></li>
<li><strong>Avogadro's Law:</strong> V ∝ n</li>
</ul>
</section>
<footer>
<p>© 2025 Yoseph Feyisa Wegi | All Rights Reserved</p>
</footer>
</body>
</html>