Skip to content

Instantly share code, notes, and snippets.

@DriginCode
Created October 6, 2016 20:30
Show Gist options
  • Save DriginCode/0f7072117261923e0ee3ef458933f2a5 to your computer and use it in GitHub Desktop.
Save DriginCode/0f7072117261923e0ee3ef458933f2a5 to your computer and use it in GitHub Desktop.
прижимаем подвал к низу странницы
/* Прижимаем футер вниз */
html,
body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}
#footer {
background-color: #f5f5f5;
}
/* Высота футера */
#push,
#footer {
height: 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment