Add box shadow on bottom of element only


/ Published in: CSS
Save to your folder(s)

CSS code to add a CSS3 box shadow to the bottom of an element only.


Copy this code and paste it in your HTML
  1. -webkit-box-shadow:0 4px 4px -4px #000;
  2. box-shadow:0 4px 4px -4px #000;

URL: http://darrenhuskie.com

Report this snippet


Comments


You need to login to view comments.