forked from darkwingpatil/fabbag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
30 lines (29 loc) · 850 Bytes
/
thanks.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
<!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>
div{
height:100px;
width:600px;
/* margin: auto; */
/* background-color: rgb(240, 240, 236); */
/* padding-bottom: 50px; */
background-image:"";
padding-left: 450px;
}
div>p{
font-size: 50px;
text-align: center;
}
</style>
</head>
<body>
<div>
<img src="https://media.istockphoto.com/photos/shop-open-sign-thank-you-blackboard-picture-id901449748?k=20&m=901449748&s=612x612&w=0&h=3-7Yi_j42CCmf4MTPIL3R_cj6px1sVbovd4MWpkP7Mg=">
</div>
</body>
</html>