Aktionen

Materialarchiv

Aus exmediawiki


Materials


Natural materials

   <input type="checkbox" id="toggleGestein">
   
   <input type="checkbox" id="toggleHolz">
   
   <input type="checkbox" id="toggleTierischeWerkstoffe">
   

<style>

 .collapsible input[type="checkbox"] {
   display: none; /* Hide the checkbox */
 }
 .collapsible input[type="checkbox"]:checked + label + .collapsible-content {
   display: block; /* Show the content when the checkbox is checked */
 }
 .collapsible .collapsible-content {
   display: none; /* Hide the content by default */
 }

</style>

Synthetic materials