Skip to content

Commit

Permalink
added-logo-to-page-and-made-sure-it-redirects-to-home-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Arveti-likhitha committed Oct 30, 2024
1 parent 094f11e commit 914fdb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions review.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,18 @@
background-color: #2b2b3c;
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
}

.nav img {
float: left;
margin-right: 10px; /* Adds space between the image and links */
width: 50px;
height: auto;
}


.nav a {
color: #e4e4e7;
font-weight: 600;
Expand Down Expand Up @@ -220,6 +229,9 @@
<div class="circle"></div>

<div class="nav">
<a href="index.html">
<img src="logo4.png" alt="Logo">
</a>
<a href="index.html">Home</a>
<a href="about-us.html">About-us</a>
<a href="tutorial.html">Tutorial</a>
Expand Down

0 comments on commit 914fdb6

Please sign in to comment.