Advertisement
CSenshi

footer.css

Jul 28th, 2020
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. footer.fixed{
  2.     position: fixed;
  3.     width: calc(100% - 200px);
  4.     bottom: 0;
  5.     right: 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement