VECTOR LINUX Ā· WORKING CSS EXAMPLE

A selector has to match the class

The paragraph has class="notice". The extra ā€œsā€ in .notices prevents a match.

.notices { color: purple; font-weight: bold; }

This is the paragraph being styled.

Unmatched: the paragraph uses its normal text color.

Read the CSS troubleshooting guide