You are on page 1of 1

</-----THIS IS MY HTML-------->

<html>

<head>
<title>L.U.N.A T-Shirts</title>
<link rel="stylesheet" href =style.css"> (This is the link the CSS)
</head>
<body>

<div class="banner">
</div>
</-------------Navbar--------------------->
<div"navbar>
<img src="(put your logo image here make sure you have one)" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Merchandise</a></li>
</ul>
<div class= "content">
<h1>L.U.N.A MERCHANDISE SHOP</h1>
<p> Grab your limited time offer tshirt and tshirt from our beautiful
luna sight<br>register and logi for more information</p>
</------------------buttons---->
<div>
<button type= "button"><span></span>LOGIN</button>
<button type= "button"><span></span>REGISTER</button>

</div>
</div>

</body>
</html>

You might also like