Difference between revisions of "Benutzer: Jonar/tweeki.css"

From Smart Places Network
Jump to: navigation, search
Line 1: Line 1:
 
.test {
 
.test {
    background: blue;
 
 
     max-width: 500px;
 
     max-width: 500px;
 
     overflow: scroll;
 
     overflow: scroll;

Revision as of 17:03, 15 April 2019

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

.test td{
    background: teal;
}