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

From Sinfronteras
Jump to: navigation, search
Line 8: Line 8:
 
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 
     }
 
     }
     .head {
+
     .tablehead {
 
         background-color: #009879;
 
         background-color: #009879;
 
         color: #ffffff;
 
         color: #ffffff;
Line 17: Line 17:
 
         padding: 12px 15px;
 
         padding: 12px 15px;
 
     }
 
     }
     .body {
+
     .tablebody {
 
         border-bottom: 1px solid #dddddd;
 
         border-bottom: 1px solid #dddddd;
 
     }
 
     }
  
     .body:nth-of-type(even) {
+
     .tablebody:nth-of-type(even) {
 
         background-color: #f3f3f3;
 
         background-color: #f3f3f3;
 
     }
 
     }
  
     .body:last-of-type {
+
     .tablebody:last-of-type {
 
         border-bottom: 2px solid #009879;
 
         border-bottom: 2px solid #009879;
 
     }
 
     }
Line 36: Line 36:
  
 
<table class="styled-table">
 
<table class="styled-table">
     <tr class="head">
+
     <tr class="tablehead">
 
         <th>Name</th>
 
         <th>Name</th>
 
         <th>Points</th>
 
         <th>Points</th>
 
     </tr>
 
     </tr>
     <tr class="body">
+
     <tr class="tablebody">
 
         <td>Dom</td>
 
         <td>Dom</td>
 
         <td>6000</td>
 
         <td>6000</td>
 
     </tr>
 
     </tr>
     <tr class="active-row body">
+
     <tr class="active-row tablebody">
 
         <td>Melissa</td>
 
         <td>Melissa</td>
 
         <td>5150</td>
 
         <td>5150</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>

Revision as of 20:43, 21 February 2021


Name Points
Dom 6000
Melissa 5150