diff --git a/public/views/index.html b/public/views/index.html index f0212cb..1cbfc52 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -29,20 +29,20 @@ <div class="container-fluid"> - <div class="jumbotron"> + <div class="jumbotron text-center"> <h1>Safe Routes</h1> <p>The best way to find the safest routes.</p> </div> <!--What are for and type for?--> - <form> - <div class="form-group"> + <form class="text-center"> + <div class="form-group text-center"> <label for="currentLocation">From</label> <input type="currentLocation" class="form-control" placeholder="Enter Current Location"> </div> - <div class="form-group"> + <div class="form-group text-center"> <label for="destination">To</label> <input type="destination" class="form-control" placeholder="Enter Destination"> </div>