Advertisement
darkmavis1980

Untitled

Oct 7th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. ‪#‎List‬ li{
  2.     float: left;
  3.     opacity: 0.4;
  4. }
  5.  
  6. #List li:hover,
  7. #List li.selected{
  8.     opacity: 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement