Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
.table {  
.table {  
   display: table;
   display: table;
  margin-left: 50px;
}
}
.table-row {display: table-row; }
.table-row {display: table-row; }
.table-cell {display: table-cell; }
.table-cell {display: table-cell; }
}
}

Version vom 20. Mai 2019, 09:55 Uhr

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