Difference between revisions of "Template:Testbuk"

Line 12: Line 12:
 
  border-radius: 6px;
 
  border-radius: 6px;
 
  border: 1px solid blue;
 
  border: 1px solid blue;
-webkit-box-shadow: 4px 4px 45px -5px rgba(0,0,0,0.75);
+
*/
-moz-box-shadow: 4px 4px 45px -5px rgba(0,0,0,0.75);
 
box-shadow: 4px 4px 45px -5px rgba(0,0,0,0.75);*/
 
 
">
 
">
  

Revision as of 19:13, 17 May 2021

LIBER tit 2.0

Open multiple

       <input type="checkbox" id="chck1">
       <label class="tab-label" for="chck1">Item 1</label>
         LIB!
       <input type="checkbox" id="chck2">
       <label class="tab-label" for="chck2">Item 2</label>
         LIB LIB!

Open one

       <input type="radio" id="rd1" name="rd">
       <label class="tab-label" for="rd1">Item 1</label>
         LIBER.
       <input type="radio" id="rd2" name="rd">
       <label class="tab-label" for="rd2">Item 2</label>
         LIBER2.
       <input type="radio" id="rd3" name="rd">
       <label for="rd3" class="tab-close">Close others ×</label>