-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.15 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.15 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='index.css'>
<style>
.container {
justify-content: center;
border-spacing: 10px;
font-family: Montserrat, sans-serif;
font-size: 18px !important;
border: 2px solid grey;
margin-top: 50px;
margin-bottom: 200px;
padding-top: 50px;
padding-right: 120px;
padding-bottom: 50px;
padding-left: 150px;
align-content: center;
}
</style>
</head>
<body>
<iframe src="header.html" frameborder="0" width="100%" height="100"></iframe>
<br><br>
<h1 style="text-transform: capitalize;"><center><b><img src="https://img.icons8.com/clouds/90/000000/add-bookmark.png"/> Welcome To M-Ticket Booking Portal <img src="https://img.icons8.com/clouds/90/000000/add-bookmark.png"/></center></b></h1>
<div class="container">
<a href='book.html'><button style="background-color: black ; border-color:black " ><img src="https://img.icons8.com/nolan/54/train.png"/> Book Train Tickets </button></a>
</div>
</body>
</html>