Browser error while already set to 100%

Tell us what’s happening:

I do not understand the browser error while code is correct.

Your code so far

.small-image { width: 100px; } .red-text { color: red; … Submit ```html .small-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


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299</code>.

**Challenge:** Size Your Images

**Link to the challenge:**
https://www.freecodecamp.org/learn/responsive-web-design/basic-css/size-your-images

Mind providing a link to the challenge?

You have a typo, if I’m remembering the challenge correctly. You shouldn’t have “small-image”.

Also, I see you’re using Edge. Please update to the version based on Chromium or you’ll potentially have other issues in forthcoming lessons.