Answers for "set the color of radio button css"

CSS
1

radio button color css

<style>

	input[type="radio"] {
				accent-color: #57a;
				width: 20px;
			}

</style>
Posted by: Guest on March-19-2022

Browse Popular Code Answers by Language