HTML FILE
HTML FILE
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,
intial-scale=1.0">
<title> NARRATIVE NOOK </title>
<link rel="stylesheet" href="styles.css" >
</head>
<body>
<header>
<h2 class="logo">Logo</h2>
<nav class="navigation">
<a href="#" class="active">Home <span></span></a>
<a href="#">About <span></span></a>
<a href="#">Service <span></span></a>
<a href="#">contact <span></span></a>
</nav>
</header>
<section class="parallax">
<h2 id="text"> Parallax Website</h2>
<img src="tree-left.png" id="tree-left">
<img src="tree-right.png" id="tree-right">
<img src="gate-left.png" id="gate-left">
<img src="gate-right.png" id="gate-right">
<img src="grass.png" id="grass">
</section>
<section class="sec">
<h2>A STUDY IN PINK</h2>
<p>
THIS IS THE STORY SECTION <br><br>
</p>
</section>
<script src="script.js"></script>
</body>
</html>