Advertisement
Aly

Caedon: Centered Header

Aly
Dec 16th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ul.navigation {
  2. position: absolute;
  3. left: 0; top: 0;
  4. width: 100%;
  5. text-align: center;
  6. }
  7.  
  8. ul.navigation li {
  9. text-align: center;
  10. display: inline-block;
  11. float: none !important;
  12. }
  13.  
  14. /* set your header height here */
  15. #header_wrapper { height: 50px; text-align: center; }
  16.  
  17. /* keep this as the last element */
  18. #header {
  19. position: relative;
  20. left: 0; top: 0;
  21. width: 100%;
  22. }
  23. .stop{}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement