HTML CSS examples for CSS Property:box-shadow
Adding box shadow on "custom shaped div" with low z-index
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style id="compiled-css" type="text/css"> </style> <!--from w w w.j a v a 2 s . c om--> </head> <body> <nav> <a>About</a> <a>Work</a> <a>Contact</a> </nav> </body> </html>