Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

radio button color css

<style>

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

</style>
 
PREVIOUS NEXT
Tagged: #radio #button #color #css
ADD COMMENT
Topic
Name
3+4 =