CSS Box Shadow Effect 2 This effect will add shadows to the bottom corners of the boxes to create a lifted corner look on the boxes. This effect uses both the :before and :after properties to create new elements used for the corners. The HTML <div class=”box effect2″> <h3>Effect 2</h3> </div> The CSS .box h3{ […]