Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzkrish committed May 1, 2024
1 parent 58ed9f5 commit d9df85a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>WizardingWeather</h1>
<div class="col-xl-6 col-lg-12">
<div class="container py-3">
<div class="row justify-content-center">
<div class="col-lg-12 col-xl-3">
<div class="col-lg-8 col-xl-3 col-sm-6">
<button type="button" class="btn btn-primary" onclick="getLocation()">Get Forcast for Current Location</button>
</div>
</div>
Expand Down Expand Up @@ -67,18 +67,18 @@ <h1>WizardingWeather</h1>
<div class="col-xl-6 col-lg-12">
<div class="container m-3">
<div class="row py-3 display-flex justify-content-right">
<div class="col-xl-4 col-lg-8">
<div class="col-xl-4 col-lg-8 col-sm-10">
<div class="row px-3">
<input type="text" id="inputLocation" class="form-control" placeholder="Enter Location to search">
</div>
</div>
<div class="col-xl-3 col-lg-2">
<div class="col-xl-3 col-lg-2 col-sm-2">
<button type="submit" onclick="required()" class="btn btn-primary"><i class="fa-solid fa-magnifying-glass"></i></button>
</div>
</div>
<div class="row container-fluid">
<div class="row">
<div class="col-lg-6 col-xl-4">
<div class="col-lg-6 col-xl-4 col-sm-10">
<div class="row px-3">
<select class="form-select locationSelect" id="locationSelect" aria-label="Default select example" disabled>
<option selected>Open this select menu</option>
Expand All @@ -88,7 +88,7 @@ <h1>WizardingWeather</h1>
</select>
</div>
</div>
<div class="col-xl-3 col-lg-2">
<div class="col-xl-3 col-lg-2 col-sm-2">
<button type="submit" onclick="newrequired()" class="btn btn-primary"><i class="fa-solid fa-magnifying-glass"></i></button>
</div>
</div>
Expand Down

0 comments on commit d9df85a

Please sign in to comment.