Guest User

Untitled

a guest
May 16th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <li class='menu'><span class="icon-indent">
  2. <span class="item-text">Learn HTML</span>
  3. </li>
  4.  
  5. .item-text:hover {
  6. color: #2693ff;
  7. }
  8.  
  9. .menu li {
  10. position: relative;
  11. padding-left: 3em;
  12. margin: 0.45em 0;
  13. list-style: none;
  14. line-height: 1.8em;
  15. font-size:20px;
  16. cursor: pointer;
  17. -webkit-transition: all 0.2s ease-in-out;
  18. transition: all 0.2s ease-in-out;
  19. color: #000000; <-- ADD THIS
  20. }
Add Comment
Please, Sign In to add comment