Quantcast
Viewing latest article 13
Browse Latest Browse All 1844

CSS - Color of a specific passage

So, I want every passage to have a pink background exept the first.

I made this :
body {
	background-color: pink;	
}
.Start {
	background-color: white;
}
But the first passage (wich has a Start tag) is pink too...
What did I do wrong?

Viewing latest article 13
Browse Latest Browse All 1844

Trending Articles