Skip to content

Commit

Permalink
O que é uma div?
Browse files Browse the repository at this point in the history
  • Loading branch information
ojulio-dev committed Jan 29, 2025
1 parent adc2857 commit 494f710
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions div.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meu Portfolio</title>
</head>
<body>

<!-- Cabeçalho -->
<header>

<!-- Logo -->
<div></div>

<!-- Links -->
<div></div>

</header>

<!-- Hero -->
<section>

<!-- Título e Descrição -->
<div></div>

<!-- Imagem -->
<div></div>

</section>

<!-- Projetos -->
<section>

<!-- Projeto -->
<div></div>

</section>

<!-- Rodapé -->
<footer>

<!-- Data -->
<div></div>

<!-- Links -->
<div></div>

</footer>

</body>
</html>

0 comments on commit 494f710

Please sign in to comment.