-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSuccess.html
52 lines (52 loc) · 1.65 KB
/
Success.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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>Document</title>
<link rel="stylesheet" href="Success.css" />
</head>
<body>
<div id="box">
<div class="animation-ctn">
<div class="icon icon--order-success svg">
<svg xmlns="http://www.w3.org/2000/svg" width="154px" height="154px">
<g fill="none" stroke="#22AE73" stroke-width="2">
<circle
cx="77"
cy="77"
r="72"
style="stroke-dasharray: 480px, 480px; stroke-dashoffset: 960px"
></circle>
<circle
id="colored"
fill="#22AE73"
cx="77"
cy="77"
r="72"
style="stroke-dasharray: 480px, 480px; stroke-dashoffset: 960px"
></circle>
<polyline
class="st0"
stroke="#fff"
stroke-width="10"
points="43.5,77.8 63.7,97.9 112.2,49.4 "
style="stroke-dasharray: 100px, 100px; stroke-dashoffset: 200px"
/>
</g>
</svg>
</div>
</div>
<h1 id="placed">Order Placed</h1>
<div id="continue">
<div class="one">
<img src="https://cdn-icons-png.flaticon.com/128/1170/1170627.png" alt="">
</div>
<div clas="two">
<button id=>Continue Shopping</button>
</div>
</div>
</body>
</html>
<script src="Success.js"></script>