<!
Doctype html>
<html>
<head>
<meta http-equiv="content" refresh="2">
<link rel='stylesheet' href="C:\Users\TWUM ATTA\Desktop\Projects\HTML\
Project_4\Navigation2.css">
</head>
<body>
<nav>
<h1>V4<span>Videos</span></h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Trends</a></li>
<li><a href="navigation2-signup.html">Sign Up</a></li>
</ul>
<button id="btn">Download</button>
</nav>
<div class="center-container">
<div class="l1">
<a href="#"><img src="morning-3097488_640.jpg" alt="hello"
width="300" height="250"></a>
</div>
<div class="l2">
<a href="#"><img src="morning-3097488_640.jpg"
alt="hello"width="300" height="250"></a>
</div>
<div class="l3">
<a href="#"><img src="morning-3097488_640.jpg"
alt="hello"width="300" height="250"></a>
</div>
<div class="l4">
<a href="#"><img src="morning-3097488_640.jpg"
alt="hello"width="300" height="250"></a>
</div>
</div>
</body>
</html>