Published
- 1 min read
css selector start with
The solution for this is noted below
css selector start with
Solution
div[class^='myclass'],
div[class*=' myclass'] {
color: #f00;
}
Try other methods by searching on the site. That is if this doesn’t work