S
S
Sergey Ivanov2015-10-09 09:07:40
css
Sergey Ivanov, 2015-10-09 09:07:40

Is it possible to make a selection by class?

There are classes like m([0-9]*) Is it possible to single them out somehow?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
ndbn, 2015-10-09
@ndbn

As an option

div[class^="m"] {
    color: red;
}

In general, see articles on the topic "CSS selectors".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question