Help needed seriously

Continuing the discussion from freeCodeCamp Challenge Guide: Size your Images:

Those threads were closed for a reason. Rather than linking to a thread that was closed ask your question here.

thanks for the response, but i am having issue starting a topic… how do i do that?

Upper right of your screen at the home page.

Bless this person’s response, I was about to rip my hair out from the confusion!

.red-text { color: red; }

h2 {
font-family: Lobster, Monospace;
}

p {
font-size: 16px;
font-family: Monospace;
}

CatPhotoApp

A cute orange cat lying on its back.

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.

help me please!!!

You just coloured the text red you didn’t actually disable the button. Look at the example text above Run tests…

1 Like

Thank you very much. I finally figured out what i was suppossed to do

this is what I did and it worked
you have to put the img class=“smaller image” in the bit of code that is already talking about the photo
Good luck!

.smaller-image { width:100px; } .red-text { color: red; h2 { font-family: Lobster, monospace; }

p {
font-size: 16px;
font-family: monospace;
}

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor
Loving Lazy Energetic
Submit

Screen Shot 2020-05-07 at 21.29.41

this is what I meant in the comment above

2 Likes

I think they figured this out two years ago : )

oh well. I could not find anything to be able to solve the problem so I was thought I might as well share it. but thanks anyway

1 Like

You maybe missed the newer threads on this topic from the last several months. It’s just weird to necro a 2 year old thread to discuss the topic. You can always start new threads.

finally , thank you …