Difference between revisions of "Página de pruebas 4"

From Sinfronteras
Jump to: navigation, search
Line 17: Line 17:
 
         padding: 12px 15px;
 
         padding: 12px 15px;
 
     }
 
     }
     .styled-table samp tr {
+
     .styled-table var tr {
 
         border-bottom: 1px solid #dddddd;
 
         border-bottom: 1px solid #dddddd;
 
     }
 
     }
  
     .styled-table samp tr:nth-of-type(even) {
+
     .styled-table var tr:nth-of-type(even) {
 
         background-color: #f3f3f3;
 
         background-color: #f3f3f3;
 
     }
 
     }
  
     .styled-table samp tr:last-of-type {
+
     .styled-table var tr:last-of-type {
 
         border-bottom: 2px solid #009879;
 
         border-bottom: 2px solid #009879;
 
     }
 
     }
     .styled-table samp tr.active-row {
+
     .styled-table var tr.active-row {
 
         font-weight: bold;
 
         font-weight: bold;
 
         color: #009879;
 
         color: #009879;
Line 42: Line 42:
 
         </tr>
 
         </tr>
 
     </div>
 
     </div>
     <samp>
+
     <var>
 
         <tr>
 
         <tr>
 
             <td>Dom</td>
 
             <td>Dom</td>
Line 51: Line 51:
 
             <td>5150</td>
 
             <td>5150</td>
 
         </tr>
 
         </tr>
     </samp>
+
     </var>
 
</table>
 
</table>

Revision as of 20:30, 21 February 2021


   
Name Points
Dom 6000
Melissa 5150