Wechseln zu:Navigation, Suche
Wiki
(Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Styles-test.css von „Wikitext“ nach „Bereinigtes CSS“)
Markierung: Änderung des Inhaltsmodells
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.table-cell:nth-child(1) {background: wheat}
.table-cell:nth-child(2) {background: blue}
.table-cell:nth-child(3) {background: red}
@media (min-width: 40em) {
@media (min-width: 40em) {
.table {  
.table {  

Version vom 20. Mai 2019, 09:30 Uhr

@media (min-width: 40em) {
.table { 
   display: table;
   border-spacing: 0.5em;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
}