Freecodecamp: I cant't run test

Created on 16 Jun 2017  ·  3Comments  ·  Source: freeCodeCamp/freeCodeCamp

Challenge Link to External Pages with Anchor Elements has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 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;
  }

  .thick-green-border {
    border-color: green;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
  }

  .smaller-image {
    width: 100px;
  }
</style>

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

<img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">
<a href="http://freecatphotoapp.com"> cat photos </a>
<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.<a href="http://freecatphotoapp.com"> cat photos </a></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>

Most helpful comment

@zainsou try refresh then run test it.

All 3 comments

@zainsou try refresh then run test it.

thanks that worked

@zainsou great. Next time, ask help in chat room before open issue.

all good. Happy Coding.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ROWn1ne picture ROWn1ne  ·  3Comments

trashtalka3000 picture trashtalka3000  ·  3Comments

robwelan picture robwelan  ·  3Comments

jurijuri picture jurijuri  ·  3Comments

DaphnisM picture DaphnisM  ·  3Comments