Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

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?

Comments

  • What story format and version of the story format?
  • As noted by Chapel, you should always state the story format you're using and its full version, because advice will tend to vary based on that information.

    Also. Be sure you aren't confusing the name of the passage with a tag. In other words, a passage named Start is not the same thing as a passage having a tag named Start.
Sign In or Register to comment.