Answers for "css radio button size"

CSS
0

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;">
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language