Guest User

Untitled

a guest
Jan 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. footer {
  2. position:absolute;
  3. bottom: 0px;
  4. float: right;
  5. height: 35px;
  6. margin: 0px 50px 0px 0px;
  7. background: #9FF;
  8. color: #000;
  9. text-align: right;
  10. padding: 10px 30px;
  11. }
  12.  
  13. footer {
  14. float: right;
  15. height: 35px;
  16. margin: 0px 50px 0px 0px;
  17. background: #9FF;
  18. color: #000;
  19. text-align: right;
  20. padding: 10px 30px;
  21. width: 180px;
  22.  
  23. #main,
  24. #maincontent {
  25. position: relative;
  26. }
  27.  
  28. footer {
  29. position: absolute;
  30. bottom: 0px;
  31. right: 50px;
  32. height: 35px;
  33. margin: 0px 50px 0px 0px;
  34. background: #9FF;
  35. color: #000;
  36. text-align: right;
  37. padding: 10px 30px;
  38. }
Add Comment
Please, Sign In to add comment