How to use shadows in your CSS
This article will cover CSS shadows (box-shadow) and their use in stylesheets. Shadows are used to increase the illusion of depth outside or inside our elements, by giving them depth cues. We can set shadows using the box-shadow property, which creates a shadow of an… Read More »How to use shadows in your CSS