Guest User

Untitled

a guest
Mar 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ul
  2. list-style: none
  3. margin: 0
  4. padding-left: 5%
  5. padding-top: 15px
  6. a
  7. text-decoration: none
  8. color: white
  9. padding: 10px 15px 10px 15px
  10. border: 1px solid
  11. border-radius: 15px
  12. font-family: 'Roboto', sans-serif
  13. -moz-transition: all 0.3s 0.01s ease
  14. -o-transition: all 0.3s 0.01s ease
  15. -webkit-transition: all 0.3s 0.01s ease
  16. a:active
  17. background: blue
  18.  
  19. li
  20. float: left
  21. margin-right: 5px
Add Comment
Please, Sign In to add comment