- How can I change background color the label, when the input/radio is placed within it?
CSS
Last Comment
COBOLdinosaur
8/22/2022 - Mon
COBOLdinosaur
I don't understand what you are asking. What do you mean by "when the input/radio is placed within it?"
Cd&
Omer-Pitou
.radio_btn {
background-color: red;
}
kgp43
ASKER
COBOLdinosaur; I was just referring to my input being placed within <label> tags, and the label need to change background when input radio is selected.
Cd&