Advertisement
svetoslavhl

CSS код

Apr 28th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #hr-navigation
  2. {
  3. text-align:center;
  4. margin-top: 1cm;
  5. margin-bottom: 2cm;
  6. }
  7.  
  8. #hr-navigation ul
  9. {
  10. margin: 0;
  11. padding: 0;
  12. width:100%;
  13. list-style-type: none;
  14. }
  15.  
  16. #hr-navigation ul li
  17. {
  18. background-color: #333;
  19. display:inline-block;
  20. width:10%;
  21. padding:0.5% 1%;
  22. margin-right:1%;
  23. }
  24.  
  25. #hr-navigation li a
  26. {
  27. color: #fff;
  28. text-decoration: none;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement