Advertisement
daisukiseiya

hovercover mod [style 1] - December 30, 2015

May 10th, 2014
1,298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. :hover + .hide {
  2.     background-position: center center !important;
  3.     background-repeat: no-repeat !important;
  4.     background-size: cover;
  5.     border-color: rgb(255, 255, 255);
  6.     border-radius: 25px;
  7.     box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.41);
  8.     display: block !important;
  9.     height: 350px;
  10.     left: 10px;
  11.     padding-bottom: 0;
  12.     position: fixed;
  13.     top: 160px;
  14.     width: 226px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement