fix: adicionado linkagem do css, mudança nas tags do footer e header

This commit is contained in:
Ramon Dias Ferreira 2022-10-11 18:18:59 -03:00
parent c4ccee9580
commit 82d0c4bccf

View File

@ -1,14 +1,17 @@
<!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">
<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="./assets/styles/landing-page.css"/>
<title>Desafio 1</title>
</head>
<body>
<header>
<a src="./assets/images/logo.png"></a>
<a href="">
<img src="./assets/images/logo.png">
</a>
</header>
<main>
<figure>
@ -105,16 +108,17 @@
</div>
</main>
<footer>
<figure>
<a href="">
<img src="./assets/images/instagram.png"/>
</figure>
<figure>
</a>
<a href="">
<img src="./assets/images/facebook-logo.png"/>
</figure>
<figure>
</a>
<a href="">
<img src="./assets/images/youtube 2.png"/>
</figure>
<p>Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</a>
<p>
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p>
</footer>
</body>