Skip to content

Size Your Images = eBrick Wall #7670

Closed
kreddibletrout opened this Issue · 2 comments

1 participant

@kreddibletrout

Hey there.
So... i can't get past the Size Your Images test. I've checked around and it looks like my code is the cat's meow. I've seen others have had a problem with it as well but can't seem to find any resolution. I've refreshed, used another computer, normally work in Firefox but dusted off IE but to no avail...

Any help here? The challenge won't let me pass. I'm stuck there.

Challenge Size your Images has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<link href="http://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>

<img src="https://bit.ly/fcc-relaxing-cat">

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

i suck.

@kreddibletrout

can I not erase that issue? delete it? I'm embarrassed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.