Answers for "radio button change background colorcss w3schools"

CSS
1

radio button color css

<style>

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

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

Code answers related to "radio button change background colorcss w3schools"

Browse Popular Code Answers by Language