Change the Font Size of an Element. 100% zoom in the browser, still won't work. #7658
dude920228
commented
drk7891
commented
Have you checked out FreeCodeCamp's help channel on Gitter?
This is not a bug but wrong syntax. The issue is where you're setting the font-size
. You're setting it to 16 px
where it should be 16px
.
ltegman
closed this
kikenz
commented
Using Chrome ver 49 (up-to-date) and I cannot pass, I fail at the last check mark: Give elements with the p tag a font-size of 16px. Browser and Text zoom should be at 100%.
.red-text { color: red; font-size: 16px; }CatPhotoApp
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this code, which should pass the tests:
It still won't pass. I'm using firefox.