Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. ul{
  3. margin: 30px;
  4. padding: 0;
  5. li{
  6. list-style: none;
  7. line-height: 40px;
  8. padding: 0px 15px;
  9. border-radius: 5px;
  10. margin: 5px 0;
  11. transition: all 0.2s;
  12. color: grey;
  13. }
  14. li.active{
  15. background: red;
  16. color:#fff;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement