Benutzer: Jonar/tweeki.css : Différence entre versions

De Smart Places Network
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
.test {
 
.test {
    background: blue;
 
 
     max-width: 500px;
 
     max-width: 500px;
 
     overflow: scroll;
 
     overflow: scroll;

Version du 15 avril 2019 à 17:03

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

.test td{
    background: teal;
}