Skip to content

Commit

Permalink
fix Reservation Page
Browse files Browse the repository at this point in the history
  • Loading branch information
c4coderandcreator committed Nov 8, 2023
1 parent ff470d4 commit 1924631
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions reservation.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
width: 35px;
height: 35px;
display: block;
align-self: center;
align-self: flex-start;
float: right;
margin-top: 3%;
margin-right: 3%;
/*margin-right: 3%;*/
background-color: #9acd32;
cursor: pointer;
border-radius: 20%;
Expand Down Expand Up @@ -200,7 +200,7 @@

<section class="reservation">
<div class="container">
<button onClick="closeRegistrationPopup()" id="close-button">X</button>

<div class="form reservation-form">
<form action="" class="form-left">
<h2 class="headline-1 text-center">Online Reservation</h2>
Expand Down Expand Up @@ -300,14 +300,12 @@ <h2 class="headline-1 text-center">Online Reservation</h2>
<button type="submit" class="btn btn-secondary">
<span class="text text-1">Book A Table</span>
</button>
</form>

<div
class="form-right text-center"
style="background-image: url('./assets/images/form-pattern.png')"
>
<div class="form-right text-center" style="background-image: url('./assets/images/form-pattern.png')">
<h2 class="headline-1 text-center">Contact Us</h2>

</form>




Expand Down Expand Up @@ -346,7 +344,9 @@ <h2 class="headline-1 text-center">Contact Us</h2>
</p>
</div>
</div>
<button onClick="closeRegistrationPopup()" id="close-button">X</button>
</div>

</section>
</body>
</html>

0 comments on commit 1924631

Please sign in to comment.