-
Notifications
You must be signed in to change notification settings - Fork 0
/
Madewithlove.html
36 lines (30 loc) · 1.08 KB
/
Madewithlove.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
35
36
<head>
<link rel="text/css" href="AnimatedBackGlow.css">
<style>
.by-heart-path {
stroke-dasharray: 7;
-webkit-animation: move-heart 1s infinite;
}
@-webkit-keyframes move-heart {
50% {
stroke-dashoffset: 40;
}
}
</style>
</head>
<body>
<footer>
<center>
<div class="contain-footer-info">
<span class="made-with">Made with</span>
<svg class="by-heart" version="1.1" width="50px" height="34px" viewBox="0 0 90.65 85.04">
<path class="by-heart-path" fill="none" stroke="#ea6b46" stroke-width="5" stroke-linecap="round"
stroke-linejoin="round" stroke-miterlimit="10" d="
M45.137,23.041c4.912-24.596,40.457-27.775,42.128-0.435c1.398,22.88-21.333,40.717-42.128,50.522 M45.137,23.041
C40.225-1.555,5.057-4.734,3.387,22.606c-1.398,22.88,20.955,40.717,41.75,50.522" />
</svg>
<span class="by">by<a href="h/" class="byline"> Your Text Here</a></span>
</div>
</center>
</footer>
</body>