update of pathing in ccs footer for searchbar

master
flejk 2 years ago
parent 988e11387f
commit 3675109e6d

@ -53,6 +53,10 @@ header {
background-repeat: no-repeat;
}
.login {
display: none;
}
nav {
background-color: #575757;
border-radius: 8px;

@ -1,5 +1,5 @@
<div class="scrolltainer">
<form id="searchBar" method="get" class="searchBar" action="/home/search.php">
<form id="searchBar" method="get" class="searchBar" action="search.php">
<input id="SearchText" type="text" name="keyword" placeholder="Beers, Breweries and more..." size="22" autocomplete="off">
<input id="SearchButton" type="image" alt="Search !" src="src/search-ico.png">
</form>

@ -22,4 +22,11 @@
<input id="SearchButton" type="image" alt="Enter !" src="src/key-ico.png">
</form>
</div>
<div class="login">
<form id="login" method="POST" action="verify.php" class="login">
<input id="user" type="text" placeholder="Username" size="22" >
<input id="password" type="password" placeholder="Password" size="22" >
<input id="SearchButton" type="image" alt="Enter !" src="src/key-ico.png">
</form>
</div>
</nav>

Loading…
Cancel
Save