Skip to content

Instantly share code, notes, and snippets.

@pinsterdev
Last active November 6, 2016 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinsterdev/365c1044242df2258b601f3fe08368f6 to your computer and use it in GitHub Desktop.
Save pinsterdev/365c1044242df2258b601f3fe08368f6 to your computer and use it in GitHub Desktop.
Test material buttons

Test material buttons

<html><head>
<title>My Calendar</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
</head><body>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<br><br>
<iframe src="https://calendar.google.com/calendar/embed?src=apatient101@gmail.com&ctz=Europe/London" style="border: 0" width="800" height="500" frameborder="0" scrolling="no"></iframe>
<br><br>
<a class="waves-effect waves-light btn">Settings</a>
<a class="waves-effect waves-light btn"><i class="material-icons left">Care</i>Team</a>
<a class="waves-effect waves-light red btn"><i class="material-icons right">EMERGENCY!</i> </a>
<a class="btn-floating btn-large waves-effect waves-light"><i class="material-icons">?</i></a>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment