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

Da Smart Places Network.
 
(12 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
.test {
+
#table-container {
     background: blue;
+
     width: 100%;
}
+
     overflow: scroll;
 
 
.test td{
 
    background: red;
 
     width: 50px;
 
 
}
 
}

Versione attuale delle 01:35, 31 gen 2020

#table-container {
    width: 100%;
    overflow: scroll;
}