Skip to content

Commit

Permalink
Resolved the issue of replacing logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gultreen authored Jul 21, 2024
1 parent f2f0836 commit 0d16e45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file not shown.
Binary file added img/tour1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h1>TourGuide . . .</h1>
</nav> -->
<div class="nav-container" id="top">
<nav class="newNav">
<img src="./img/A T logo with a white background and a square shape, connected to nature for a travel company.png" style="width:30px;height:30px;border-radius:50%;">
<img src="./img/tour1.png" class="sitelogo">

<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>

Expand Down
5 changes: 4 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,12 @@ a {
}

img {
width: 8%;
width: 100%;
display: block;
}
.sitelogo{
width: 8%;
}

body {
font-family: "Poppins", sans-serif;
Expand Down

0 comments on commit 0d16e45

Please sign in to comment.