Quick search results

No results found
Search
Last active 2 days ago
News about
23 Blogs
Tom King (Works at )
Avaible for freelance work
F
on Facebook
View website
T
on Twitter
View website
G
Google+
View website

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sunt in culpa qui quis.

Yesterday, 4:56 PM

Sunt in culpa qui officia deserunt mollit anim id est laborum. officia deserunt mollit anim id est laborum officia deserunt mollit anim

27 January 2016
Shadow
Shadows provide important visual cues about objects’ depth and directional movement. They are the only visual cue indicating the amount of separation between surfaces. An object’s elevation determines the appearance of its shadow. You can easily apply this shadow effect by adding a class="z-depth-2" to an HTML tag.

<div class="col s12 m2">
    <p class="z-depth-1">z-depth-1</p>
</div>
<div class="col s12 m2">
    <p class="z-depth-2">z-depth-2</p>
</div>
<div class="col s12 m2">
    <p class="z-depth-3">z-depth-3</p>
</div>
<div class="col s12 m2">
    <p class="z-depth-4">z-depth-4</p>
</div>
<div class="col s12 m2">
    <p class="z-depth-5">z-depth-5</p>
</div>