Skip to content

Instantly share code, notes, and snippets.

@Kvaibhav01
Created June 15, 2018 14:54
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 Kvaibhav01/4aec9f9b759504778c0e8617c1d852a4 to your computer and use it in GitHub Desktop.
Save Kvaibhav01/4aec9f9b759504778c0e8617c1d852a4 to your computer and use it in GitHub Desktop.
HTML file for Material ripple effect without JS
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<title>Material Ripple Effect</title>
</head>
<body>
<div class="container">
<button class="btn ripple">Click here</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment