Benutzer: Jonar/tweeki.css: Unterschied zwischen den Versionen

Aus Smart Places Network
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
.test {
 
.test {
 
     background: blue;
 
     background: blue;
 +
    max-width: 500px;
 +
    overflow: scroll;
 
}
 
}
  
 
.test td{
 
.test td{
     width: 50px;
+
     background: teal;
 
}
 
}

Version vom 15. April 2019, 16:59 Uhr

.test {
    background: blue;
    max-width: 500px;
    overflow: scroll;
}

.test td{
    background: teal;
}