“Полосы на бокасовой полоса” Ответ

Полосы на бокасовой полоса

tr:nth-child(odd) {
    background-color: lightskyblue;
    }

   tr:nth-child(even) {
    background-color: lightpink;
    }

    th {
       background-color: lightseagreen;
    }
Repulsive Ray

Стол начальной загрузки маленький

<table class="table table-sm">
  ...
</table>
Hurt Horse

Стол начальная загрузка темная

<table class="table table-dark">
  <thead>
    <tr>
      <th scope="col">#</th>
      <th scope="col">First</th>
      <th scope="col">Last</th>
      <th scope="col">Handle</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td>Mark</td>
      <td>Otto</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td>Jacob</td>
      <td>Thornton</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td>Larry</td>
      <td>the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
Bored Bison

Полосатый стол начальная загрузка

// Add the table and table striped class from bootstrap
<table class="table table-striped">
Lone Wolf

Ответы похожие на “Полосы на бокасовой полоса”

Вопросы похожие на “Полосы на бокасовой полоса”

Больше похожих ответов на “Полосы на бокасовой полоса” по CSS

Смотреть популярные ответы по языку

Смотреть другие языки программирования