Tell us what’s happening:
I have placed the
}
p { font-size: 30px;
}
in many different areas. My last iteration below shows I finally copied and pasted it between the style comments. I finally got almost all of it right except for the font issue. I’m been very patient with myself. Now I’m getting angry that I have not been able to figure it out. I went to “google it” and thought I understood what I was to do. I even had an “A-HA” moment where I thought I was going to get it right. Turned out to be an “A-HA-HA-HA” rolling on the floor and can’t get up moment. Now I’m going to step away for awhile and come back to it. I think I’m making it so much harder than it really is.
Your code so far
<style>
.red-text {
color: red;
}
}
p { font-size: 16px;
}
</style>
<h2 font-size=16px, class="red-text">CatPhotoApp</h2>
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p> }
p { font-size: 30px;
}Purr jump eat the grass rip the couch scratched sunbathe, she everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36
.
Link to the challenge:
https://www.freecodecamp.org/challenges/change-the-font-size-of-an-element