Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. body {
  2. position: relative;}
  3.  
  4. .footer {
  5. position: absolute;
  6. bottom: 0;
  7. width: 100%;
  8. min-height: 50px;}
  9.  
  10. .footer {
  11. position: fixed;
  12. bottom: 0;
  13. width: 100%;
  14. min-height: 50px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement