Shadow
Materialize is a modern responsive CSS framework based on Material Design by Google.
You can easily apply this shadow effect by adding a
class="z-depth-2"
to an HTML tag. Alternatively you can extend any of these shadows with Sass using
@extend .z-depth-2
. A z-depth-0
can be used to remove shadows from elements that have z-depths
by default.
0
1
2
3
4
5
0
1
2
3
4
5