Size your Images Please help Thank You In Advance

Tell us what’s happening:

I’m not understanding where I went wrong.

Your code so far

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
   .smaller-image { width: 100px; }
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<img src=“https://bit.ly/fcc-relaxing-cat 134” alt="A cute orange cat lying on its back. "class=“smaller-image”>

<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 class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed 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/66.0.3359.139 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/size-your-images

I think you cut/pasted to your downfall, instead of typing things out.

On your <img> tag, I noticed you had class=“smaller-image”. Those begin-quote and end-quotes are not the same as double quotes-Link explaining that here.

This Codepen shows the problem

1 Like

I think you are using different double quote format

class=“smaller-image” 

is different with

class="smaller-image"
2 Likes

Thank you, I knew I was doing something wrong.

You are totally correct. I did copy and paste after entering it in numerous of times manually and still getting it incorrect. Thank you so much for the information. I am starting to learn that coding takes patients.

1 Like

If your issue was solved by my post, make sure to click the checkbox underneath it. It will turn green. I am making my own checkbox rounds this morning. :slight_smile: