Differenze tra le versioni di "Benutzer: Jonar/tweeki.css"

Da Smart Places Network.
Riga 1: Riga 1:
 
.test {
 
.test {
 
     background: blue;
 
     background: blue;
 +
    max-width: 500px;
 +
    overflow: scroll;
 
}
 
}
  
 
.test td{
 
.test td{
     width: 50px;
+
     background: teal;
 
}
 
}

Versione delle 16:59, 15 apr 2019

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

.test td{
    background: teal;
}