Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

CSS - Color of a specific passage

$
0
0
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 all articles
Browse latest Browse all 1844

Trending Articles