Snackbar
A snackbar that displays at the bottom of the screen to alert the user of... something.
Demo
Code
<div class="snackbar">
<span class="snackbar-text">This is a snackbar.</span>
<a class="snackbar-link"><i class="material-icons">close</i></a>
</div>