Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css radio button size

// How to change the size of the radio button using CSS
// add this code to HTML file, change height and width in style

<input type="radio" name="radio" value="value" style="height:50px; width:50px; vertical-align: middle;">
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #radio #button #size
ADD COMMENT
Topic
Name
3+2 =