Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

generator html do css

<div class="onoffswitch">
    <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" tabindex="0" checked>
    <label class="onoffswitch-label" for="myonoffswitch">
        <span class="onoffswitch-inner"></span>
        <span class="onoffswitch-switch"></span>
    </label>
</div>
Source by proto.io #
 
PREVIOUS NEXT
Tagged: #generator #html #css
ADD COMMENT
Topic
Name
6+2 =