33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!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">
|
|
<link rel="stylesheet" href="./css/style.css">
|
|
<title>challenge-landing-page</title>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
<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>
|
|
</body>
|
|
</html> |