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

Merge branch '18-as-a-user-i-want-to-be-able-to-create-a-booking' into 'development'

made a booking page html and css

Closes #18

See merge request !30
parents 4ebbc298 1d0ec983
No related branches found
No related tags found
1 merge request!30made a booking page html and css
#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