css selector start with

37

div[class^='myclass'], div[class*=' myclass']{
    color: #F00;
}

Comments

Submit
0 Comments