Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .hatena-urllist li:hover{
  2. box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);/*浮いた時の影*/
  3. transform: translateY(-3px);/*浮く高さ*/
  4. transition: 0.3s;/*浮く速さ(秒)*/
  5. background: rgba(238,238,238,.4);/*浮いた時の背景色(なくてもよい)*/
  6. }
Add Comment
Please, Sign In to add comment