Answers for "select option attribute css"

CSS
1

css select with attribute

div[attribute="value"] {
	/*Your styles*/
}
Posted by: Guest on June-02-2021
0

css option value

option[value=lorem] { 
    background-color: red;
}
Posted by: Guest on October-26-2021

Code answers related to "select option attribute css"

Browse Popular Code Answers by Language