Skip to content

Instantly share code, notes, and snippets.

@xxbinxx
Last active July 11, 2016 10:30
Show Gist options
  • Save xxbinxx/775e78a6212594d9ee1508d4d8ba5d75 to your computer and use it in GitHub Desktop.
Save xxbinxx/775e78a6212594d9ee1508d4d8ba5d75 to your computer and use it in GitHub Desktop.
circular button with materialize with a icon inside.
<!DOCTYPE html>
<!-- circular button with materialize by github.com/xxbinxx web:bineetkumar.com check output here: http://jsbin.com/gihone -->
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/css/materialize.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<a href="#" class="btn-floating waves-effect waves-light"><i class="mdi-content-send"></i></a>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment