Benutzer: Jonar/tweeki.css : Différence entre versions
De Smart Places Network
| Ligne 1 : | Ligne 1 : | ||
.test { | .test { | ||
background: blue; | background: blue; | ||
| + | max-width: 500px; | ||
| + | overflow: scroll; | ||
} | } | ||
.test td{ | .test td{ | ||
| − | + | background: teal; | |
} | } | ||
Version du 15 avril 2019 à 16:59
.test {
background: blue;
max-width: 500px;
overflow: scroll;
}
.test td{
background: teal;
}