Multiple shadows can be applied to a single element by separating them with commas. They are rendered from front to back — the first shadow listed appears on top.
Why Multiple Shadows?
Real-world lighting rarely produces a single sharp shadow. Using two or three layered shadows — a close sharp one and a distant soft one — creates a much more convincing depth effect than any single shadow.
Combining Techniques
Mix an inset shadow with an outer shadow to simulate a pressed or embossed state. Use a zero-blur, zero-offset shadow with positive spread as a fake border that does not affect layout.
The "double ring" focus indicator using two box-shadows (0 0 0 3px white, 0 0 0 6px blue) works on any background colour and is a widely used accessible focus style — it does not require changing outline at all.