-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (30 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ripple Hover Effect</title>
<link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.5.2/flatly/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div class="content">
<div><h1 class="header">Direction-aware Ripple Hover Effect</h1></div>
<div class="container bg-button">
<div class="row">
<div class="col-xs-12">
<div class="subscribe">
<a href="#"><span></span>Hover Me</a>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery Library -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<!-- Index JS -->
<script src="js/index.js"></script>
</body>
</html>