Hello Everyone,

In the next video there is a slight discrepancy. Around the 4 minute and 19 second mark the slides will show:

<p>You say goodbye</p>
<p id="special">I say hello </p>

with CSS of:

#special {
  color: yellow;
}

so the I say hello paragraph's text color should be yellow, but in the example, to the right of the code, the two were accidentally switched while creating the slides and You say goodbye is yellow, instead.

Sorry for any confusion!

-------
Thanks,
Ian Learn more