Guest User

Untitled

a guest
Apr 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <div id="footer">
  2. <ul>
  3. <li><a href="#">Home</a></li>
  4. <li><a href="#">About</a></li>
  5. <li><a href="#">Contact</a></li>
  6. </ul>
  7. </div>
  8.  
  9. #footer { text-align: center; }
  10. #footer ul { list-style: none; }
  11. #footer ul li { display: inline; }
  12.  
  13. #footer { width: 100%; overflow: hidden; }
  14. #footer ul { list-style: none; position: relative; float: left; display: block; left: 50%; }
  15. #footer ul li { position: relative; float: left; display: block; right: 50%; }
  16.  
  17. Home
  18. About
  19. Contact
  20.  
  21. Home | About | Contact
  22.  
  23. #wrapper { width:600px; background: yellow; margin: 0 auto; }
  24. #footer ul { text-align: center; list-style-type: none; }
  25.  
  26. #wrapper { width:600px; background: yellow; margin: 0 auto; }
  27. #footer ul { text-align: center; list-style-type: none; }
  28. #footer li { display: inline; }
  29. #footer a { padding: 2px 12px; background: orange; text-decoration: none; }
  30. #footer a:hover { background: green; color: yellow; }
Add Comment
Please, Sign In to add comment