Skip to content

Instantly share code, notes, and snippets.

@brandonweiss
Created October 19, 2017 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonweiss/943835edf487297d43cb0e918137b547 to your computer and use it in GitHub Desktop.
Save brandonweiss/943835edf487297d43cb0e918137b547 to your computer and use it in GitHub Desktop.
Spacer divs
<!DOCTYPE html>
<html lang="en">
<body>
<div style="height: 2rem;" %>
<header>
</header>
<div style="height: 4rem;" %>
<main>
</main>
<div style="height: 4rem;" %>
<footer>
</footer>
<div style="height: 2rem;" %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment