“Bootstrap Change Color Table listrado” Respostas de código

Bootstrap de mesa listrado

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

Bootstrap Change Color Table listrado

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

Respostas semelhantes a “Bootstrap Change Color Table listrado”

Perguntas semelhantes a “Bootstrap Change Color Table listrado”

Mais respostas relacionadas para “Bootstrap Change Color Table listrado” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código