“TABLE BOOTSTRAP Couleur de changement rayé” Réponses codées

TABLE BOOTSTRAP Couleur de changement rayé

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

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

    th {
       background-color: lightseagreen;
    }
Repulsive Ray

Table de bootstrap petit

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

Table Bootstrap Dark

<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

Bootstrap de table à rayures

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

Réponses similaires à “TABLE BOOTSTRAP Couleur de changement rayé”

Questions similaires à “TABLE BOOTSTRAP Couleur de changement rayé”

Plus de réponses similaires à “TABLE BOOTSTRAP Couleur de changement rayé” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code