Border-radius challenge done correctly , but freecodecamp will not pass test Help
See original GitHub issueChallenge add-rounded-corners-with-a-border-radius has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; rv:47.0) Gecko/20100101 Firefox/47.0
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
<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;
}
.smaller-image {
width: 100px;
border-radius: 10px;
}
</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. ">
<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:5 (4 by maintainers)
Top Results From Across the Web
I can't pass the test for some reason, even though it seems to ...
I think I am stuck, to me the code is correct as it is exactly the same as in the video but it...
Read more >Correct solution is not passing the test [closed] - HTML-CSS
The challenge is, to change the font-size of the h4 element to 27px. I have done but the solution does not pass the...
Read more >The solution doesn't pass the test - I'm stuck here - HTML-CSS
Tell us what's happening: my code for degrees is correct at 45deg but the test keeps telling me it has to be 45deg....
Read more >Not able to pass the Gradual CSS Linear Gradient challenge ...
Tell us what's happening: I am doing exactly as it requests, and when I run the tests I'm still getting a message that...
Read more >HTML-CSS - The freeCodeCamp Forum
[Border-radius challenge done correctly , but freecodecamp will not pass test Help]. FatmaNagori May 18, 2019, 5:45pm #2.
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
@P1xt whoops. Copy-pasting too hard this morning 😄 I meant to link to https://github.com/FreeCodeCamp/FreeCodeCamp/issues/10539.
@erictleung How is this a duplicate of a language translation bug?