<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ocean Acidification</title>
<meta name="author" content="Charlie Tibbits">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<header id="top">
<h1>Ocean Acidification</h1>
</header>
<div id="content">
<nav>
<a href="index.html"class="currentpage">Home</a>
<a href="info.html">Info</a>
<a href="gallery.html">Gallery</a>
</nav>
<section id="main">
<p><h2>What is Ocean Acidification?</h2>
<p>Ocean acidification is the result of higher amounts of carbon dioxide in the atmosphere.</p>
<p>Carbon dioxide is mixing with ocean water and lowering the PH scale of the ocean. The effect of this can be seen in the marine life.
Ocean acidification makes it very difficult for small organisms to maintain the structure of their shells or exoskeletons.</p>
</p>
<img src="Images/Diagram.jpg">
</section>
</div>
<footer>
Page design and layout by Charlie Tibbits (C) 2025
</footer>
</div>
</body>
</html>