challenge-landing-page-andr.../exemplo.html

37 lines
967 B
HTML
Raw Normal View History

2022-10-12 20:44:32 +00:00
<!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>Loren ipsum</title>
<link rel="stylesheet" href="estilo.css">
<link rel: sheet href:>
</head>
<body>
<header class="header">
<img src="./imagens/Logo-M3Academy 1.svg" alt="logo">
</header>
<h2 class="titulo">LOREN IPSUM</h2>
<h1 class="subtitulo">DOLOR SIT AMET</h1>
<p class="texto">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringila interdum. Curabitur ut tortorsed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
</p>
<div>
<img src= url
<h2></h2>
<p></p>
</div>
<a href="#">Nullam</a>
</body>
</html>