Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. /*Horizontal Navigation List */
  2. nav.horizontalNAV li {
  3. font-size: 87.5%;
  4. float: left;
  5. text-align: center;
  6. width: 20%;
  7. }
  8.  
  9. nav.horizontalNAV li a {
  10. color: rgb(255, 255, 99);
  11. }
  12.  
  13. nav.horizontalNAV li a:hover {
  14. color: white;
  15. }
  16.  
  17. /* President's message */
  18. #president {
  19. background-color: rgb(105, 96, 87);
  20. background-color: rgba(255, 255, 255, 0.3);
  21. clear: left;
  22. float: left;
  23. width: 40%;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement