Internet_Programming_PIbd-2.../лаб2/прим1/pageDop.html

77 lines
2.9 KiB
HTML
Raw Normal View History

2023-11-09 22:45:49 +04:00
<table class="table-primary table-bordered t1">
<thead class="table hat">
<tr>
<th scope="col">Изображение</th>
<th scope="col">Название</th>
<th scope="col">Цена</th>
<th scope="col">Количество</th>
<th scope="col">Сумма</th>
<th scope="col">Удалить</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
<img src="images/платье вечернее пышное.png" class="cards card-img-top img-fluid" alt="...">
</th>
<td>Вечернее платье пышное "Бальный вечер"</td>
<td>20000 руб.</td>
<td>
<p><label class="form-label" for="firstname"></label>
<input id="firstname" name="firstname" class="form-control" type="text" required></p>
</td>
<td>20000 руб.</td>
<td>
<img src="images/крестик.png" class="cards card-img-top img-fluid" alt="...">
</td>
</tr>
<tr>
<th scope="row">
<img src="images/платье вечернее пышное.png" class="cards card-img-top img-fluid" alt="...">
</th>
<td>Вечернее платье пышное "Бальный вечер"</td>
<td>20000 руб.</td>
<td>
<p><label class="form-label" for="firstname"></label>
<input id="firstname" name="firstname" class="form-control" type="text" required></p>
</td>
<td>20000 руб.</td>
<td>
<img src="images/крестик.png" class="cards card-img-top img-fluid" alt="...">
</td>
</tr>
</tbody>
</table>
<table class="table-primary table-bordered t1">
<thead class="table hat">
<tr>
<th scope="col">Изображение</th>
<th scope="col">Название</th>
<th scope="col">Цена</th>
<th scope="col">Количество</th>
<th scope="col">Сумма</th>
<th scope="col">Удалить</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" style="display: flex; flex-direction: column; align-content: center;">
<img src="images/платье вечернее пышное.png" class="img-fluid dress" style="align-self: center;" alt="...">
</th>
<td>Вечернее платье пышное "Бальный вечер"</td>
<td>20000 руб.</td>
<td>
<p><label class="form-label" for="firstname"></label>
<input id="firstname" name="firstname" class="form-control" type="text" required></p>
</td>
<td>20000 руб.</td>
<td scope="row" style=" display: flex; flex-direction: column; align-content: center;">
<img src="images/крестик.png" class="img-fluid cross" style="align-self: center;" alt="...">
</td>
</tr>
</tbody>
</table>