Advertisement
themesbyhaleigh

hover tags

May 28th, 2015
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. .tags {
  2. opacity:0;
  3. -webkit-transition: opacity 0.5s linear;
  4. }
  5.  
  6. #posts:hover .tags{
  7. opacity:1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement