<div class="z-depth-1"> <div class="z-depth-2"> <div class="z-depth-3"> <div class="z-depth-4"> <div class="z-depth-5">
Use class .z-depth-0 to remove exsisting, default shadow of the element
.z-depth-0
Add class hoverable to any element to achieve shadow hover effect
hoverable
<img src="example.img" class="hoverable">
* All code examples are taken from the Material design website.