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

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

Revision as of 16:59, 15 April 2019

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

.test td{
    background: teal;
}