Advertisement
salmancreation

box-shadow - css

Jul 10th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. .service-box {
  2.   background: #fff none repeat scroll 0 0;
  3.   border-radius: 4px;
  4.   box-shadow: 0 16px 40px #ededed;
  5.   padding: 67px 40px 64px;
  6.   transition: all 0.3s ease 0s;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement