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

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

Version du 15 avril 2019 à 16:59

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

.test td{
    background: teal;
}