Learn CSS Grid by Building a Magazine - Step 34

Tell us what’s happening:

I am trying on complete this step but I keep getting the error that something is wrong and I have no idea what. I feel like I did exactly what it said. See code below.

### Your code so far

.main {
display: grid;
grid-template-columns: minmax(2rem, 1fr) minmax(min-content, 94rem) minmax(2rem, 1fr);
}

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 34

If you’re just getting a “Something went wrong” popup, that means that something went wrong with the freeCodeCamp webapp - usually the communication with the server. I don’t have access to debug the issue, but I would guess that Quincy’s announcement has caused a significant traffic spike and the resources are being overloaded.

I had the problem 3 days ago as well and now I checked again 3 days later and still the same

Try:

  • Signing out and back in again
  • Clearing your browser cache
  • Checking your browser for aggressive security policies
  • Turning off any browser extensions you have installed

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.