Skip to content

Commit

Permalink
"Updated logo image in index.html and uncommented background color in…
Browse files Browse the repository at this point in the history
… style.css"
  • Loading branch information
26-PM authored Aug 17, 2024
1 parent 218458a commit bdb3181
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added images/temp.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 @@ -19,7 +19,7 @@
<header>
<nav>
<div class="logo ">
<img src="./images/PM.png" alt="pm logo">
<img src="./images/temp.png" alt="pm logo">
</div>
<div class="navbar">
<div><a href="#">Home</a></div>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ a {
}

header {
/* background-color: #222; */
background-color: #222;
width: 100vw;
}

Expand Down

0 comments on commit bdb3181

Please sign in to comment.