Answers for "css select with attribute"

CSS
1

css select with attribute

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

css attribute selector

a[target="_blank"] {
  background-color: yellow;
}
/*w3schools*/
Posted by: Guest on April-06-2020

Code answers related to "css select with attribute"

Browse Popular Code Answers by Language