So, I want every passage to have a pink background exept the first.
I made this :
What did I do wrong?
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?