Skip to content

Commit

Permalink
an HTML page that displays a header and a footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBature committed Oct 19, 2023
1 parent cfd3ad6 commit 6f6141d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions web_static/0-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>AirBnB Clone</title>
</head>

<body style="display:flex; flex-direction: column; min-height: 100vh; margin: 0;">
<header style="color:#FF0000; height:70px; width:100%">

</header>

<footer style="color:#00FF00; height:60px; width:100%; display:flex; align-items:center; justify-content:center;">
<p style="text-align: center;">Best School</p>

</footer>
</body>

</html>

0 comments on commit 6f6141d

Please sign in to comment.