Skip to content

Commit

Permalink
fix w3c validator check
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBature committed Oct 19, 2023
1 parent 6f6141d commit a7da972
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions web_static/0-index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<!DOCTYPE html>
<html>
<html lang="en">
<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>
<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 a7da972

Please sign in to comment.