-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththank.html
23 lines (23 loc) · 1.17 KB
/
thank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head><title></title>
<style>
body{background:#DAF7A6}
.d1{background:white}
.d2{width:1330px;height:260px;background:#E7ECDE;border-radius:50px}
h3{font-size:30px;Color:#F9B235}
h1{letter-spacing:5px}
#but1{background:blue;width:10%;height:10%;margin:8%;padding:flex}
</style>
</head>
<body><div class="d1"><h1 align="center">THANK YOU</h1></div><br><br><br>
<div class="d2"><h3 align="center">Your order water bottle will be deliver within 1 day</h3>
<nav><a href="index.html">
<input type="button" id="but1" value="OK"></a><nav>
</div>
</body>
</html>