Please check code, it is not accepting it.
See original GitHub issueChallenge Link to External Pages with Anchor Elements has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 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>
<a href="http://www.freecatphotoapp.com"> cat photos </a>
<img class="smaller-image thick-green-border" 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>
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Articles Why do I see "Please check your security code and try ...
This issue can occur if you have multiple inactive Instagram accounts listed in your Duo Mobile app, and you use a passcode from...
Read more >How To Fix Facebook 6-Digit Code Not Working - YouTube
It's frustrating when you try to login to your account and it requires you to send a 6-digit code to your phone. But...
Read more >The verification code is correct, but I still receive an error. Why?
In some browsers, the verification code, even if typed in correctly, is not accepted. To solve this, make sure that cookies are enabled...
Read more >Common issues - Google Account Help
Not receiving the text message with the code · Our service was temporarily unavailable. This may have happened while you were requesting a...
Read more >How do I verify my account? - DoorDash Support
Does the code expire? Yes, the code generated and sent to you expires after 30 minutes. If you are not able to use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@raisedadead I could do it when I get back home. Seems suitable for a first timer like me to make his first commit.
@KonSal AWESOME! Looking forward to it. Here is the contributing guide: Guidelines for Contributing.
And here are some first timer goodies: https://github.com/FreeCodeCamp/FreeCodeCamp/blob/staging/seed/challenges/01-front-end-development-certification/html5-and-css.json#L1533
Please hit us up if you need any assistance here: Contributors Chat room.