“Bootstrap Change Couleur Table à rayures” Réponses codées

Bootstrap de table à rayures

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

Bootstrap Change Couleur Table à rayures

/* Add the following CSS style after loading Bootstrap
	to change the color of table-striped: */

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: red; /* Choose your own color here */
}
Sorann

Réponses similaires à “Bootstrap Change Couleur Table à rayures”

Questions similaires à “Bootstrap Change Couleur Table à rayures”

Plus de réponses similaires à “Bootstrap Change Couleur Table à rayures” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code