50projects50days/button-ripple-effect/index.html

14 lines
355 B
HTML
Raw Normal View History

2020-10-26 14:40:00 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Button Ripple Effect</title>
</head>
<body>
<button class="ripple">Click Me</button>
<script src="script.js"></script>
</body>
</html>