<!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, initial-scale=1.0">
<title>Sunnyside Landing Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header starts here -->
<header>
<div class="logo-nav">
<div class="logo"></div>
<div class="nav">
<ul>
<a href="#"><li>About</li></a>
<a href="#"> <li>Services</li> </a>
<a href="#"> <li>Projects</li></a>
<a href="#"> <li>Contact</li></a>
</ul>
</div>
</div>
<h1>We Are Creatives</h1>
<img src="images/icon-arrow-down.svg" alt="" class="arrow">
</header>
<!-- header ends here -->
<section class="grid">
<div class="first-row">
<div class="text">
<div class="text-content"></div>
</div>
<div class="image transform"></div>
</div>
<div class="second-row">
<div class="image standout"></div>
<div class="text"></div>
</div>
<div class="third-row"></div>
</section>
</body>
</html>
Today's HTML Task
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.