I want that order table just below the address table and I also want that if I make a new entry it should automatically increase downward.
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.floatLeft { width: 30%; float: left; }
.floatRight {width: 68%; float: right; }
.container { overflow: visible; }
Customer's Info | |
---|---|
Name | Madhusudan Somani |
Mobile No. | 8619123706 |
Email Id | madhusudan.croblaze@gmail.com |
S.No | Product Name | Unit | Price | Quantity | Sub-Total |
---|---|---|---|---|---|
01. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
02. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
03. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
01. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
04. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
05. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
06. | Potato 3737 | 1Kg-Rs.26 | Rs.26 | 01 | Rs.26 |
Address | |
---|---|
H.No. | K-1607 |
Society | AVJ Heights |
Area | Zeta-1 |
Landmark | ATS Dolce |
Pincode | 201301 |
City | Greater Noida |
State | Uttar Pradesh |
Order Information | |
---|---|
Order Id | 00001 |
Total Amount | Rs.439 |
Delivery Charge | Rs.49 |
Grand Total | 488 |
Transaction Status | Success |
Transaction Id | XXXXXXXXXX |
Payment Mode | Online |
Delivery Slot | 10 AM - 12 PM |
Order Timing | 05:30 PM |
Ordee Date | 15/05/2020 |
How can I achieve this?