Font Size Doesn't Change in "Font Color" Lesson

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/web-beginner-en-y2Yjd/1/3?curriculum_id=50579fb998b470000202dc8b#

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I seem to be typing in the correct code for the font size style attribute in the second paragraph, but it does not seem to be translating onto the webpage.

``` Changing the colors!

Big Heading

A giant bear and a little duck were friends.

But the bear got hungry and ate the duck.

<do not remove the three backticks above>

the style attribute runs from the first till the second quotation mark. If you want multiply property value pairs, they all have to be within two quotation marks seperated by semi-colons:

style="property1: value1; property2: value2"

Oh thank you so much. I would not have figured that out.