freeCodeCamp: Bug in CSS Grid: Use grid-column to Control Spacing
Describe your problem and how to reproduce it:
Correct solution lets you not pass test.
The grid-column: 2 / 4; is called in the next challenge and even being refered to as well.
Add a Link to the page with the problem: https://www.freecodecamp.org/learn/responsive-web-design/css-grid/use-grid-column-to-control-spacing
Tell us about your browser and operating system:
- Browser Name: Google Chrome
- Browser Version: 78.0.3904.97 (Official Build) (64-bit)
- Operating System: macOS
If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 28 (22 by maintainers)
I would go for something like that from @lasjorg’s comment. Here’s what I came up with…
I tested this locally on firefox and it looks to be working.
@sascharissling thanks for taking the time to work through this. Those screenshots are a massive help. @RandellDawson how about jumping up to 1? That should still avoid false positives since the wrong answers are out by a lot more than that.