Advertisement
claraowsins

notes hover css

May 15th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #postinfo {
  2. text-align:left;
  3. width:70px;
  4. margin-top:0px;
  5. margin-left:410px;
  6. position:absolute;
  7. margin-bottom:0px;
  8. transition:all 1s ease;
  9. opacity:0;}
  10.  
  11. #entry:hover #postinfo {opacity:1;
  12. transition:all 1s ease;}
  13.  
  14. #postinfo a {color:#a8a8a8;
  15. Text-transform:lowercase;
  16. background:#fff;
  17. font-size: 9px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement