Guest User

Untitled

a guest
Dec 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. ul{
  5. width: 560px
  6. }
  7. li{
  8. list-style: none;
  9. display: inline-block;
  10. width: 100px;
  11. height: 100px;
  12. background: #eee
  13. }
  14. ul:hover li{background-color: red}
  15.  
  16.  
  17. ul:hover li:hover{background-color: blue}
Add Comment
Please, Sign In to add comment