-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshubhampaymentpage.html
23 lines (22 loc) · 1.16 KB
/
shubhampaymentpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div style="margin-left: 120px;"><h2>Review and book</h2></div>
<div style="background-color:
#f0dcb4; border: 1px solid red;height: auto;width: 80%;padding-left: 20px;padding-bottom: 10px; margin-left: 120px;"> <h4><i class="fa-solid fa-triangle-exclamation"></i> Check COVID-19 restrictions.</h4><u>Find out more</u><i class="fa-solid fa-bring-front"></i> </div>
<div style="background-color:
white; border: 1px solid red;height: auto;width: 80%;padding-left: 20px; margin-top:10px;padding-bottom: 10px; margin-left: 120px; font-weight: 1px;"> <h4><i class="fa fa-calendar" aria-hidden="true"></i>
<p<b>Free cancellation before Sun, 3 Apr, 18:00 (property local time) </b></p> <p>You can change or cancel this stay for a full refund if plans change. Because flexibility matters.</p>
</div>
</body>
</html>