Freecodecamp: My browser is in 100% zoom and still dont work what is the problem ?

Created on 19 May 2017  路  7Comments  路  Source: freeCodeCamp/freeCodeCamp

Challenge Size your Images has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<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;
  }

  .smaller-image {
    width: 100px;
  }

</style>

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

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

<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>

All 7 comments

It's working fine for me. I tested it on your configurations as well and it works okay. What seems to be the issue you are having?

Actually there is something missing in your html code :)

@mohitgarg it seems it does not work on my browser or something i already do the "NOTE" that needs to be 100% zoom but it didn't work sir

Hi @kennethquinsay
There's something wrong with your code, you should ask first at help room or check the forum before posting a git hub issue. :)

Add class="smaller-image" in your image element

@kennethquinsay Can you attach a screenshot? If it's an issue with the code you can always ask for help in the chat room

@kennethquinsay
Thanks for reporting this. But you didn't finish this challenge.
GitHub Issues are for reporting bugs on the website only.
Please use the Help chat room for getting challenge related help.

Happy Coding.

Was this page helpful?
0 / 5 - 0 ratings