Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
maliekbr opened this issue Sep 9, 2016 · 4 comments

Comments

@maliekbr
Copy link

maliekbr commented Sep 9, 2016

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>
@VarCI-bot
Copy link

Hi @maliekbr

The issue tracker is for reporting bugs only. If this is a request for help with a challenge, please use the help chat room or try looking through the forum for help with a specific challenge.

If this is the case, please close this issue.

Happy Coding.

Automatic update by Var.CI

@maliekbr maliekbr changed the title Done It Correctly and still will not pass Test help Border-radius challenge done correctly , but freecodecamp will not pass Help Sep 9, 2016
@maliekbr maliekbr changed the title Border-radius challenge done correctly , but freecodecamp will not pass Help Border-radius challenge done correctly , but freecodecamp will not pass test Help Sep 9, 2016
@matty22
Copy link

matty22 commented Sep 9, 2016

Your code works for me in Chrome Version 53.0.2785.101 m (the most recent).

Your code does not work for me in Firefox Version 48.0.2.

@shikhar0507
Copy link

shikhar0507 commented Oct 31, 2016

you need to add border-radius:10px; to .thick-green-border class
you have added it to .smaller-image class

removed solution by mod

@systimotic
Copy link
Member

Closing in favour of #10749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants