Skip to content

Instantly share code, notes, and snippets.

@juanres
Created August 29, 2019 02:43
Show Gist options
  • Save juanres/319d7738eb9f956475417246b152300a to your computer and use it in GitHub Desktop.
Save juanres/319d7738eb9f956475417246b152300a to your computer and use it in GitHub Desktop.
muestra head+contenedores hacia abajo
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<meta charset="utf-8">
<title>Base Flexbox</title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
<section>
</section>
<section class="hztal">
<div>
</div>
<aside>
</aside>
</section>
<section>
</section>
<footer>
</footer>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment