-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject2.html
38 lines (36 loc) · 2.01 KB
/
project2.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
<!DOCTYPE html>
<html>
<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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="project2.css">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<title>Complaint Form</title>
</head>
<body>
<div class="content">
<div class="text-center">
<h1 class="p-2 text-light animate" style="font-size: 50pt;">Welcome to <span class="text-success">The Cave Hostel's </span><br> Complaint Desk</h1>
</div>
<div class="row py-3 d-flex flex-column min-vh-100 justify-content-center align-items-center">
<<<<<<< HEAD
<div class="card round text-center" style="width: 30rem;">
=======
<div class="card text-center" style="width: 30rem; border-radius: 15px;">
>>>>>>> c307dc5dd31da309ed5409ef02edcb591fc84da9
<h1 class="card-title text-success text-center pt-2">Our Mission</h1>
<p class="card-text text-secondary p-2">
The Cave Hostel is devoted to creating enduring relationships with our guests and members by providing highly personalized
service and gracious hospitality in an informally elegant setting. We value every individual’s contribution and personal growth within the hostel.
</p>
<div class="text-centre mb-3">
<a href="load.html" class="btn btn-dark" style="width: 11rem ;">Submit a complaint</a>
</div>
</div>
</div>
</body>