I think this tutorial is broken: Change the Font Size of an Element

I’m sure I did this right, and it still gives me
" Between the style tags, give the p elements font-size of 16px . Browser and Text zoom should be at 100%."

You need a semicolon at the end of font-size: 16px. (Although your code will work these challenges are enforcing a best practice that many linters will also require.)

1 Like