Attribute selectors – CSS [attribute*=value] Selector | Select Element By Specific attribute value

Attribute selectors – CSS [attribute*=value] Selector | Select Element By Specific attribute value

Use the following code to Select Element By Specific attribute value

[class^="top"] {
background: yellow;
}

or[class*="me"] {
background: yellow;
}

It doesn’t have to be the whole value.

Al Mahbub Khan
Written by Al Mahbub Khan Full-Stack Developer & Adobe Certified Magento Developer