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

From Sinfronteras
Jump to: navigation, search
Line 86: Line 86:
 
         width: 100% !important;
 
         width: 100% !important;
 
         z-index: -1 !important;
 
         z-index: -1 !important;
 +
    }
 +
    #hidden {
 +
      display: none;
 +
      height: 100px;
 +
      background: red;
 +
    }
 +
    :checked + #hidden {
 +
      display: block;
 
     }
 
     }
 
}}
 
}}
Line 148: Line 156:
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
 +
 +
 +
 +
 +
<input type="checkbox" id="my_checkbox" style="display:none;">
 +
<div id="hidden"></div>
 +
 +
<label for="my_checkbox">Show/hide</label>

Revision as of 19:03, 4 March 2021


Name Points Otro Ahora Aver
Dom 6000 4000 3000 8000
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150



<input type="checkbox" id="my_checkbox" style="display:none;">

<label for="my_checkbox">Show/hide</label>