challenge-landing-page/index.html

33 lines
1.2 KiB
HTML
Raw Normal View History

2022-10-11 00:42:46 +00:00
<!DOCTYPE html>
<html lang="ptBR">
<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">
2022-10-11 19:06:41 +00:00
<link rel="stylesheet" href="./css/style.css">
2022-10-11 00:42:46 +00:00
<title>challenge-landing-page</title>
</head>
<body>
2022-10-11 19:06:41 +00:00
<header>
<figure class="header-logo">
<img class="logo" src="./assets/img/Logo-M3Academy 1.png" alt="">
</figure>
<figure>
<img class="header-computer" src="./assets/img/Rectangle 9.jpg" alt="">
</figure>
</header>
2022-10-11 20:44:28 +00:00
<main>
<section class="info">
<div>
<h2 class="lorem">LOREM IPSUM</h2>
<h1 class="dolor">DOLOR SIT AMET</h1>
<p class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.</p>
<p>Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui. </p>
<figure class="computers">
<img class="image-computer" src="./assets/SVG/computers.svg" alt="">
</figure>
</div>
</section>
</main>
2022-10-11 00:42:46 +00:00
</body>
</html>