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);
 
     }
 
     }
     .styled-table div tr {
+
     .head {
 
         background-color: #009879;
 
         background-color: #009879;
 
         color: #ffffff;
 
         color: #ffffff;
Line 17: Line 17:
 
         padding: 12px 15px;
 
         padding: 12px 15px;
 
     }
 
     }
     .styled-table div tr {
+
     .body {
 
         border-bottom: 1px solid #dddddd;
 
         border-bottom: 1px solid #dddddd;
 
     }
 
     }
  
     .styled-table div tr:nth-of-type(even) {
+
     .body tr:nth-of-type(even) {
 
         background-color: #f3f3f3;
 
         background-color: #f3f3f3;
 
     }
 
     }
  
     .styled-table div tr:last-of-type {
+
     .body tr:last-of-type {
 
         border-bottom: 2px solid #009879;
 
         border-bottom: 2px solid #009879;
 
     }
 
     }
     .styled-table div tr.active-row {
+
     .body tr.active-row {
 
         font-weight: bold;
 
         font-weight: bold;
 
         color: #009879;
 
         color: #009879;
Line 36: Line 36:
  
 
<table class="styled-table">
 
<table class="styled-table">
     <div>
+
     <tr class="head">
         <tr>
+
         <th>Name</th>
            <th>Name</th>
+
        <th>Points</th>
            <th>Points</th>
+
    </tr>
        </tr>
+
     <tr class="body">
     </div>
+
         <td>Dom</td>
    <div>
+
        <td>6000</td>
         <tr>
+
    </tr>
            <td>Dom</td>
+
    <tr class="active-row body">
            <td>6000</td>
+
        <td>Melissa</td>
        </tr>
+
        <td>5150</td>
        <tr class="active-row">
+
    </tr>
            <td>Melissa</td>
 
            <td>5150</td>
 
        </tr>
 
    </div>
 
 
</table>
 
</table>

Revision as of 20:38, 21 February 2021


Name Points
Dom 6000
Melissa 5150