Advertisement
antonanton

box-shadow right-bottom-left

Feb 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. // https://cloud.google.com/vision/docs/how-to
  2.  
  3. #cloud-site .card .card-showcase a:hover {
  4.     border-color: #2b85e7;
  5.     border-radius: 4px;
  6.     -webkit-box-shadow: 0 8px 8px rgba(1,67,163,.24), 0 0 8px rgba(1,67,163,.12), 0 6px 18px rgba(43,133,231,.12);
  7.     box-shadow: 0 8px 8px rgba(1,67,163,.24), 0 0 8px rgba(1,67,163,.12), 0 6px 18px rgba(43,133,231,.12);
  8.     -webkit-transform: translate3d(0,-2px,0);
  9.     transform: translate3d(0,-2px,0);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement