Guest User

Untitled

a guest
Nov 14th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. header{
  2. background: red;
  3. }
  4. footer{
  5. background: blue;
  6. }
  7. .content{
  8. margin-bottom: auto;
  9. background: yellow;
  10. }
  11. body,html {
  12. min-height: 100vh;
  13. display: flex;
  14. flex-direction: column;
  15. padding: 0;
  16. margin: 0;
  17. }
  18. .wrapper{
  19. display: flex;
  20. flex-direction: column;
  21. flex: 1;
  22. }
Add Comment
Please, Sign In to add comment