question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Border-radius challenge done correctly , but freecodecamp will not pass test Help

See original GitHub issue

Challenge 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:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
erictleungcommented, Sep 9, 2016

@P1xt whoops. Copy-pasting too hard this morning 😄 I meant to link to https://github.com/FreeCodeCamp/FreeCodeCamp/issues/10539.

0reactions
P1xtcommented, Sep 9, 2016

@erictleung How is this a duplicate of a language translation bug?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found