Connectivity Issue : Cannot advance between challenges.
See original GitHub issueChallenge Adjusting the Padding of an Element has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<style>
.injected-text {
margin-bottom: -25px;
text-align: center;
}
.box {
border-style: solid;
border-color: black;
border-width: 5px;
text-align: center;
}
.yellow-box {
background-color: yellow;
padding: 10px;
}
.red-box {
background-color: red;
padding: 20px;
}
.green-box {
background-color: green;
padding: 20px;
}
</style>
<h5 class="injected-text">margin</h5>
<div class="box yellow-box">
<h5 class="box red-box">padding</h5>
<h5 class="box green-box">padding</h5>
</div>
Edit by @raisedadead:
Camper is unable to advance between challenges due to slow/poor connectivity.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Network Troubleshooting: Steps, Techniques, & Best Practices
Make your network troubleshooting process as efficient as possible with these techniques and best practices. Follow the steps and easily ...
Read more >7 Common Network Issues and How to Resolve Them Fast
The Quick Fix: To resolve this network issue, start by eliminating the obvious communication barriers such as a bad cable, poor WiFi signal, ......
Read more >13 Tips to Troubleshoot Your Internet Connection | PCMag
On a Mac, open System Preferences > Network > Advanced and uncheck any unwanted networks under the Auto-Join column. network adapter. If you're ......
Read more >Home Network Problems? 8 Diagnostic Tricks and Fixes to Try
Have problems with your home network? Learn how to troubleshoot network connectivity problems and get back online!
Read more >Common Network Issues & Solutions : Solved
A hands on guide to solving and troubleshooting some of the most common network issues.
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
Not that I’m aware of. However, I haven’t been active today.
Here’s yesterday’s Tweet about the issue for reference: https://twitter.com/FreeCodeCamp/status/714856314791309312
Edit: Yes, there are some reports. ☝️ March 30, 2016 1:07 PM
Update 2 Apparently that didn’t work either it seems that when I open a new browser I’m getting the ability to advance only once. I’m going to try internet explorer… If I don’t reply again it worked or I took the red pill (I know it’s apparently a problem with the code but it had to work on a browser somewhere when it was tested… I will find that browser)
Update 1 It seems that a work around for me was to use Firefox. I restarted google chrome and this did not fix it however I did not clear the cache which I probably should have tried first.
original comment I too am having the same problem with ‘Give a Background Colour to a Div Element’. It doesn’t allow me to get through to the next challenge I’m using Google Chrome in Australia, I’ll switch to Firefox to see if that works.