“Bootstrap Zmień kolorowy stół w paski” Kod odpowiedzi

Paski stołowe

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

Bootstrap Zmień kolorowy stół w paski

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

Odpowiedzi podobne do “Bootstrap Zmień kolorowy stół w paski”

Pytania podobne do “Bootstrap Zmień kolorowy stół w paski”

Więcej pokrewnych odpowiedzi na “Bootstrap Zmień kolorowy stół w paski” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu