Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hey....I am stuck #11780

Closed
ghost opened this issue Nov 23, 2016 · 2 comments
Closed

Hey....I am stuck #11780

ghost opened this issue Nov 23, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 23, 2016

Challenge Size your Images has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 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;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
    }
    .smaller-image {
     width: 100px;
  }
</style>

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

<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>
@Manish-Giri
Copy link
Contributor

@emboruett Your code is incomplete. You haven't applied the smaller-image class to the img element yet.

Please visit the Help Room for help with issues like these, in future! This place is for reporting bugs with the website itself. Happy Coding!

@dhcodes dhcodes closed this as completed Nov 23, 2016
@ghost
Copy link
Author

ghost commented Nov 23, 2016

thanks a lot

On 23 November 2016 at 21:36, Manish Giri notifications@github.com wrote:

@emboruett https://github.com/emboruett Your code is incomplete. You
haven't applied the smaller-image class to the img element yet.

Please visit the Help Room https://gitter.im/FreeCodeCamp/Help for help
with issues like these, in future! This place is for reporting bugs with
the website itself. Happy Coding!


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#11780 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWkFp7RzHHfnlDViocthxHJPZz4dqZwJks5rBIfFgaJpZM4K66qc
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants