antonkudin

hidden side bar

Feb 25th, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .artwork-info-container {
  2. opacity: 0 !important;
  3. right: -265px !important;
  4. transition: opacity .5s, right .5s;
  5. }
  6.  
  7. .artwork-info-container:hover {
  8. opacity: 1 !important;
  9. right: 0px !important;
  10. }
  11.  
  12. .artwork-container{
  13. margin-right: 0 !important;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment