Skip to content

Commit

Permalink
fixed search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Porscha Henderson committed Oct 29, 2024
1 parent 54200a6 commit c0c09c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Optimizing Public Transportation</h1>

<div class="banner">
<div class="search-bar">
<img src="search-icon-url.png" alt="Search Icon">
<img src="https://www.iconpacks.net/icons/2/free-search-icon-2911-thumb.png" alt="Search Icon">
<input type="text" placeholder="Search">
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ header {
.search-bar input {
width: 100%;
padding: 10px;
padding-left: 40px;
border-radius: 25px;
border: 1px solid #ccc;
}
Expand Down

0 comments on commit c0c09c1

Please sign in to comment.