Skip to content

Commit

Permalink
Finished today's work
Browse files Browse the repository at this point in the history
  • Loading branch information
Oseni-Muhammad committed Jul 8, 2024
1 parent 077ee25 commit de0913a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h1>Welcome to the Web Development Hub</h1>
<!-- This comment in html -->

<!-- link in HTML -->
<nav><a style="color:white; font-size: 10px; background-color: blue;font-size: 20px; padding: 20px;" href="./about.html">About Page</a>
<a style="background-color: black;color:white;padding: 10px;font-size: 20px;" href="./contact.html">Contact us</a>
<a style="background-color: blue;color: yellow;padding: 15px;font-size: 20px;" href="./project.html">Project</a>
<nav><a style="color:white; font-size: 10px; background-color: blue;padding: 20px;" href="./about.html">About Page</a>
<a style="background-color: black;color:white;padding: 20px;font-size: 10px;" href="./contact.html">Contact us</a>
<a style="background-color: blue;color: yellow;padding:20px;font-size: 10px;" href="./project.html">Project</a>

</nav>
<!-- link in HTML -->
Expand Down

0 comments on commit de0913a

Please sign in to comment.