Add shadow to text, and containers

Add shadow to text, and containers

box-shadow{ offset-x, offset-y, border-radius; } #div{ box-shadow: 2px 2px 5px #FF0000; } #div2{ box-shadow: 2px 2px 2px #FF0000, 5px 5px 2px #FFF, 8px 8px 2px #1827F6, 0px -5px 2px #000 ;}   Box-shadow – the first example #div box has a single shadow color set...