“Bootstrap ändern Farbtisch gestreift” Code-Antworten

gestreifte Tischbootstrap

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

Bootstrap ändern Farbtisch gestreift

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

Ähnliche Antworten wie “Bootstrap ändern Farbtisch gestreift”

Fragen ähnlich wie “Bootstrap ändern Farbtisch gestreift”

Weitere verwandte Antworten zu “Bootstrap ändern Farbtisch gestreift” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen