Box Shadow
/* Outer shadow */ .shadow { box-shadow: 5px 5px 5px #ccc; } /* Inner shadow */ .shadow { box-shadow:inset 0 0 10px #000000; }