Guest User

Untitled

a guest
Aug 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ul {
  2. margin:0;
  3. padding:0;
  4. list-style-type: none;
  5. width: 100%;
  6. }
  7. li {
  8. display: inline-block;
  9. width: 20%;
  10. text-align: center;
  11. padding: 12px 17px;
  12. font-size: 120%;
  13. color: #97999B;
  14. border-radius: 3px 3px 0 0;
  15. }
  16. li.active {
  17. background-color: #DC4405;
  18. color: white;
  19. }
Add Comment
Please, Sign In to add comment