Adding box shadow on "custom shaped div" with low z-index - HTML CSS CSS Property

HTML CSS examples for CSS Property:box-shadow

Description

Adding box shadow on "custom shaped div" with low z-index

Demo Code

ResultView the demo in separate window

<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>

Related Tutorials