Home > front end >  How to select a class in css that includes a symbol?
How to select a class in css that includes a symbol?

Time:03-30

Hello and here is my example

.*test{color:blue;}
<p >Hi</p>

`

But it doesn't work that way I neeed to select all classes with the *test and includes the symbol but it just doesn't work

Please Help

  • Related