Browser zoom issue [solved]

Tell us what’s happening:
Cannot continue due to browser zoom issues…

Your code so far

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

  .smaller-image {
    width=100px;
  }
  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" 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>

I think that’s not enough info to help you out with your problem, but just so you know you are writing width=100px; and it should be width: 100px;

Which browser are you using?
And whats a browser zoom issue or how do you know it’s that?

I’m here to help :smiley:

1 Like

Hi Ricardo, thank you so much! I kept looking for browser zoom to be 100%. The problem was actually with my code. Really appreciate. The code is working and I am moving on with my exercises :-).

1 Like

Sure no problem, remember to mark as the solution if it was!