42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Figma</title>
|
|
<link rel="stylesheet" href="reset.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
<header class="container">
|
|
<span class="logo">logo</span>
|
|
<nav>
|
|
<ul>
|
|
<li class="active">
|
|
<a href="#">Home</a>
|
|
</li>
|
|
<li><a href="#">About us</a></li>
|
|
<li><a href="#">Portfolio</a></li>
|
|
<li><a href="#">News</a></li>
|
|
<li class="btn"><a href="#">Contacts</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="hero container">
|
|
<div class="hero_info">
|
|
<h2>3D game Dev </h2>
|
|
<h1>Work that we produce for our clients</h1>
|
|
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard.</p>
|
|
<button class="btn">Get more details</button>
|
|
</div>
|
|
<img src="images/Group 1321.svg" alt="img">
|
|
</div>
|
|
</div>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html> |