Код: Выделить всё
I am trying to make the text red in my p tag . I know that id selector is used instead of class selector. However in my code class selector got more priority .Код: Выделить всё
`My HTML:' Код: Выделить всё
My CSSцвет: красный; /* Я ожидал, что этот код выполнится..*/
}
.normal-text{
цвет: синий !important; /* это выполняется */
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... himportant
Мобильная версия