http://stackoverflow.com/questions/12294367/html-radio-buttons-add-space-between-the-buttons-from-the-same-groupe
input[type="radio"]{
margin: 0 10px 0 10px;
}
input[type="radio"]{
//padding: or margin or line-height for better spaces between radio button according to your need and design;
}
No comments:
Post a Comment