FCC CSS Grid Technical Documentation Page

I just submitted my technical documentation page. I think I’m fairly happy with this one.

FCC Technical Documentation Page (codepen.io)

Your page looks good @BrandonTL. Some things to revisit;

  • The test script, with all tests passing, should be included when you submit your projects.
    Your page passes 15/16 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Have you noticed that this line (overflow-y: scroll;) is causing a double vertical scrollbar on smaller screens? It makes for a bad UX

you chose very good topic as your page content

@Roma thanks for the feedback! I think I’ve fixed it now

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