41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="pt-br">
|
||
|
<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>primeiro-desafio-M3</title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<header class="back-logo">
|
||
|
<img class="img-logo" src="./image/Logo-M3Academy 1.svg" alt="Logo M3Academy">
|
||
|
</header>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<figure class="class-img-descktop">
|
||
|
<img class="not-main not-main-descktop" src="./image/not-descktop.png" alt="Imagem notebook em uma mesa de escritório">
|
||
|
<img class="not-main not-main-mobi" src="./image/not-mobi.png" alt="Imagem notebook em uma mesa de escritório">
|
||
|
</figure>
|
||
|
|
||
|
|
||
|
<section class="section-3pc">
|
||
|
<div class="div-3pc">
|
||
|
<h2 class="h2-3pc">Lorem ipsum</h2>
|
||
|
<h1 class="h1-3pc">dolor sit amet</h1>
|
||
|
<p class="p-3pc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.</p>
|
||
|
</div>
|
||
|
|
||
|
<figure class="figure-3pc">
|
||
|
<img class="img-3pc" src="./image/img-3pc.png" alt="Imagem três compudadores ligados">
|
||
|
</figure>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|