Skip to content
Snippets Groups Projects
Commit 1d0ec983 authored by Mohammed Shorif's avatar Mohammed Shorif
Browse files

made a booking page html and css

parent 3144c182
No related branches found
No related tags found
1 merge request!30made a booking page html and css
static/Tramshed-Logo-Main-Black.png

84.3 KiB

static/Tramshed-Logo-Main-White.png

77.1 KiB

#header {
display: block;
width: 30%;
}
h1 {
color: black;
font-family: arial, sans-serif;
font-size: 40px;
font-weight: bold;
margin-top: 70px;
text-align: center;
}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="make_booking.css">
<title>Make a Booking</title>
</head>
<header>
<img src="Tramshed-Logo-Main-Black.png" id=header />
</header>
<body>
<h1 class="bookingtitle">Make a Booking</h1>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment