Skip to content

Commit

Permalink
Merge pull request #4 from KeyurDiwan/keyur
Browse files Browse the repository at this point in the history
Keyur
  • Loading branch information
KeyurDiwan authored Nov 12, 2021
2 parents d7f2f81 + a8f5c25 commit bc2e4c3
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ride_booking.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ header nav ul li a img {
display: flex;
justify-content: center;
align-items: center;



background-color: rgba(0, 0, 0, 0.616);
z-index: 5;
overflow: auto;
Expand Down Expand Up @@ -1253,6 +1256,16 @@ header nav ul li a img {
padding: 0 5%;
}

.selctPickupRemove{
background-color: white;
text-align: center;
padding: 5px;
margin: 3px;
font-size: 15px;

border-radius: 50%;
}

@media only screen and (max-width: 1285px) {
html {
font-size: 60%;
Expand Down
4 changes: 2 additions & 2 deletions ride_booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,10 @@ <h3>Change Password</h3>

<div class="selectPickupOverlay hide">
<div class="selectPickup">
<div class="selctPickupRemove" onclick="removePopUp('selectPickupOverlay')"></div>
<div class="selctPickupRemove" onclick="removePopUp('selectPickupOverlay')"> X </div>
<p>Select Pickup Location</p>
<hr />
<div id="expand"></div>
<div id="expand"> X </div>
</div>
</div>
</body>
Expand Down
Binary file added screenshots/blogpage.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/booking confirm page.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/copage.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/homepage1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/homepage2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/homepage4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/homepage5.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/omepage3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/paymentpage.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/productpage.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/productpage2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc2e4c3

Please sign in to comment.