-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgratitude.html
34 lines (32 loc) · 920 Bytes
/
gratitude.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>Document</title>
<style>
.gratitude {
width: fit-content;
margin: auto;
text-align: center;
font-size: 1.8rem;
}
.hello {
color:rgb(220, 117, 79);
font-family: "Oswald", sans-serif;
}
</style>
</head>
<body>
<section class="gratitude">
<img src="img/THANK YOU PAGE 1920 x 878.jpg" alt="THANK YOU PAGE">
<p class="hello">
Hello Elizadeth
</p>
<p>Thank you for shopping with us.</p>
<p>YOUR ORDER #</p>
<p>We'll send a confirmation when your items ship.</p>
</section>
</body>
</html>