Lab2 #1

Merged
ujijrujijr merged 4 commits from Lab2 into main 2023-12-01 14:33:46 +04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit cb3f9c8ff0 - Show all commits

View File

@ -78,7 +78,7 @@
<td colspan="2" class = "align-left">
<p class = "basket_price_of_games"> Итого: 808 руб.</p>
</td>
<td colspan="2" class = "align-right">
<td colspan="2" class = "text-end">
<button class = "basket_buy_button">КУПИТЬ</button>
</td>

View File

@ -36,7 +36,7 @@
</header>
<main class="container-fluid p-2">
<table class="table table-bordered table_of_library">
<table class="table table-borderless table_of_library">
<tbody>
<tr>
<td class = "align-middle p-0 cell1_library">

View File

@ -251,7 +251,7 @@ main > .container-fluid {
width: 20% !important;
}
tfoot {
/* border-color: #2e4150; */
border-color: #2e4150;
}
/* СТРАНИЦА АДМИНА */