Skip to content

Instantly share code, notes, and snippets.

@DriginCode
Created October 6, 2016 20:39
Show Gist options
  • Save DriginCode/6c91801dda715b6141208799aca4a3c9 to your computer and use it in GitHub Desktop.
Save DriginCode/6c91801dda715b6141208799aca4a3c9 to your computer and use it in GitHub Desktop.
begin code
<div id="wrap">
<header style="background: blue;">
<div class="container">
header
</div>
</header>
<section style="background: green;">
<div class="container">
content
</div>
</section>
<!-- Прижимаем футер к низу -->
<div id="push"></div>
</div>
<footer id="footer" style="background: grey;">
<div class="container">
footer
</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment