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> <!DOCTYPE html>
<html lang="pt-BR"> <html lang="pt-BR">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="./assets/styles/landing-page.css"/>
<title>Desafio 1</title> <title>Desafio 1</title>
</head> </head>
<body> <body>
<header> <header>
<a src="./assets/images/logo.png"></a> <a href="">
<img src="./assets/images/logo.png">
</a>
</header> </header>
<main> <main>
<figure> <figure>
@ -105,16 +108,17 @@
</div> </div>
</main> </main>
<footer> <footer>
<figure> <a href="">
<img src="./assets/images/instagram.png"/> <img src="./assets/images/instagram.png"/>
</figure> </a>
<figure> <a href="">
<img src="./assets/images/facebook-logo.png"/> <img src="./assets/images/facebook-logo.png"/>
</figure> </a>
<figure> <a href="">
<img src="./assets/images/youtube 2.png"/> <img src="./assets/images/youtube 2.png"/>
</figure> </a>
<p>Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00 <p>
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p> </p>
</footer> </footer>
</body> </body>