Challenge is not accepting correct code.
See original GitHub issueChallenge adjust-the-width-of-an-element-using-the-width-property has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible:
In this Challenge, I put width: 245px; under the .fullCard class element in the CSS portion of the code but when I run it, it continues to tell me: Keep Trying. Either the instructions are not very clear or there is an issue with reading the code.
Thanks
<style>
h4 {
text-align: center;
}
p {
text-align: justify;
}
.links {
margin-right: 20px;
text-align: left;
}
.fullCard {
border: 1px solid #ccc;
border-radius: 5px;
margin: 10px 5px;
padding: 4px;
width: 245px;
}
.cardContent {
padding: 10px;
}
</style>
<div class="fullCard">
<div class="cardContent">
<div class="cardText">
<h4>Google</h4>
<p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.</p>
</div>
<div class="cardLinks">
<a href="https://en.wikipedia.org/wiki/Larry_Page" class="links">Larry Page</a>
<a href="https://en.wikipedia.org/wiki/Sergey_Brin" class="links">Sergey Brin</a>
</div>
</div>
</div>
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Challenge is not accepting my answer - HTML-CSS
Your code works for me. Make sure not to change anything else. Try “Reset All Code” button and try it again fresh. If...
Read more >My Challenge Won't Validate, and I'm 100% Sure It's Right
The best thing to do if you're 100% sure you're right is create a new Developer Edition and do the challenge again.
Read more >Windows 11 Sign Issues with Challenge Phrase
Hi, I am trying to sign into my laptop as normal, but it says my password has been entered incorrectly so I have...
Read more >challenge 2 -I think my code is right, why wont it accept it?
on running the code I get a result of 2290999. Answer 53335c4e80ff336c01000210. 2 votes. Permalink. The problem is that you have ' ...
Read more >Instagram Error Challenge Required – What to Do - Alphr
1. One of the first things to try is checking for Instagram outages. The best way to do that is by visiting Instagram's...
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
How can i opt out from the notifications that keep coming to my email plz
@manur1984 to opt out of github notifications unsubscribe from each thread you have contributed to or you can go to https://github.com/settings/notifications and manage them all there 👍