Skip to content

Commit

Permalink
Add Code v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bmorta committed Feb 9, 2024
1 parent 895328f commit 8218b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<form class="search-form" id="search-form">

<div class="search-container">
<input class="search-form-input" type="text" name="searchQuery" autocomplete="off" placeholder="Search images..." />
<input class="search-form-input" type="text" name="searchQuery" autocomplete="off" placeholder="Search images..." required/>
<button type="submit" class="search-button">
<img src="search-icon.png" alt="Search" class="search-icon" />
<img src="./images/search-icon.png" alt="Search" class="search-icon" />
</button>
</div>

Expand All @@ -30,7 +30,7 @@

<div id="welcome-text" class="welcome-text">
<p>Welcome to Boogle Search Images<br> Please Enter Your Query Above to Start <br></p>
<img src="search-icon.png" alt="Search" class="search-icon-animate" />
<img src="./images/search-icon.png" alt="Search" class="search-icon-animate" />
</div>

<section class="section">
Expand Down

0 comments on commit 8218b1e

Please sign in to comment.