Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. body{
  2. min-height: 100vh;
  3. flex-direction: column;
  4. }
  5.  
  6. main{
  7. flex: 1 0 auto;
  8. }
  9.  
  10. footer{
  11. position: static;
  12. background-color: #2c5d88;
  13. bottom: 0vh;
  14. width: 100%;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement