Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css percent scale checkbox

// to scale checkboxes with the rest of the page use this:
//Note, use width percent, height auto and the scale command inside another div as a ref
<div style="width:100%; height:auto;">
	<input type="checkbox" style="width:20%; height:auto; transform: scale(2.5);">
</div>
 
PREVIOUS NEXT
Tagged: #css #percent #scale #checkbox
ADD COMMENT
Topic
Name
6+2 =