GochiSiyan

fixed CSS

May 9th, 2021
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. a.right-fixed {
  2. position:fixed;
  3. right:0;
  4. }
  5. a.left-fixed {
  6. position:fixed;
  7. left:0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment