Internet_Programming_PIbd-2.../лаб2/прим1/pageDop.html
2023-11-09 22:45:49 +04:00

77 lines
2.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>