Skip to content

Commit

Permalink
all changes applied
Browse files Browse the repository at this point in the history
the changes which were asked to be done were applied.
hope my work is appreciated and accepted.
if any more changes are to made, i would be happy to work on them too.
  • Loading branch information
Light13008 committed Oct 26, 2023
1 parent d963618 commit 52f4b30
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
10 changes: 9 additions & 1 deletion order.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ h2{
padding: 20px;
margin-top: 10px;
font-family:fantasy;
width: 100%;
width: 90%;
margin-bottom: 1%;
opacity: 1;
padding: 20px;
margin-left:70px;
border-radius: 25px;

}

row{
Expand All @@ -17,11 +22,13 @@ row{
form{
padding: 20px;
color: white;
width: 50%;
}

li span{
color: black !important;
background-color: rgb(255, 196, 0);

}

body{
Expand Down Expand Up @@ -55,6 +62,7 @@ body{
background-color: #ecd448;
font-weight: bolder;
box-shadow: 0 2px 0 2px #000;
margin-top: 20px;
}

.btn:before {
Expand Down
49 changes: 30 additions & 19 deletions order.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,35 @@ <h2> Step 1 - My Awesome Cart Express Checkout - Review Your Cart items </h2>
<div class="col my-4">
<h2> Step 2 - Enter Address & Other Details</h2>
<form class="row g-3">
<div class="col-md-6" >
<label for="inputEmail4" class="form-label">Name</label>
<input type="text" class="form-control" id="inputEmail4" required>
</div>
<div class="col-md-6">
<label for="inputphone" class="form-label">Number</label>
<input type="tel" class="form-control" id="inputPassword4" maxlength="10" required>
<div class="col-md-6" >
<div class="col-12">
<div class="form-group">
<label for="inputEmail4" class="form-label">Name</label>
<input type="text" class="form-control" id="inputEmail4" required>
</div>
</div>
<div class="col-12">
<div class="form-group">
<label for="inputphone" class="form-label">Number</label>
<input type="tel" class="form-control" id="inputPassword4" maxlength="10" required>
</div>
</div>
<div class="col-12">
<div class="form-group">
<label for="inputAddress" class="form-label">Email Address</label>
<input type="email" class="form-control" id="inputAddress" placeholder="email@ServiceProvider.com" required>
</div>
</div>
<div class="col-12">
<div class="form-group">
<label for="inputAddress2" class="form-label">Address</label>
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio or floor" required>
</div>
</div>
</form>
</div>
<div class="col-12">
<label for="inputAddress" class="form-label">Email Address</label>
<input type="email" class="form-control" id="inputAddress" placeholder="email@ServiceProvider.com" required>
</div>
<div class="col-12">
<label for="inputAddress2" class="form-label">Address</label>
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio or floor" required>
</div>

<div class="col-md-4">

<div class="col-md-4" style="color: aliceblue; margin-left: 1.5% ;">
<label for="inputState" class="form-label">State</label>
<select id="inputState" class="form-select" required>
<option selected>Select your State</option>
Expand Down Expand Up @@ -132,8 +143,8 @@ <h2> Step 2 - Enter Address & Other Details</h2>
<option>West Bengal</option>
</select>
</div>
<div class="col-md-6">
<label for="inputCity" class="form-label">City</label>
<div class="col-md-6" style="color: aliceblue; margin-left: 1.5% ;">
<label for="inputCity" class="form-label" >City</label>
<input type="text" class="form-control" id="inputCity" required>
</div>

Expand Down

0 comments on commit 52f4b30

Please sign in to comment.