Hi, I just finished the last project of the Responsive Web Design certification. Had a lot of fun with this one! I hadn’t used CSS-Grid in any of the previous so I wanted to push myself to create some fairly difficult sub-layouts with it.
https://codepen.io/c-ehrlich/full/gOgPbGQ
Any feedback is appreciated
It looks really good! I would recommend adding the following CSS:
html{ scroll-behavior: smooth; }
This creates a smooth scroll effect when someone clicks on an a element that links to an id within the document.
a
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.