Hi all, this is my first post (I’m a bit shy on the internet).
Here is the page I created: https://codepen.io/kipoph/full/aboLwKB
what do you think?
Hi all, this is my first post (I’m a bit shy on the internet).
Here is the page I created: https://codepen.io/kipoph/full/aboLwKB
what do you think?
It passes all the tests, that’s good
Before you submit a project for review, click on the little triangle in the HTML and CSS sections and click Analyze. This will show you if you have any errors in your code. You have multiple .navlink {} styles.
You have a bunch of media queries. Have a search for common breaking points and use those. Having this many media queries is less scalable to big projects.
When I click on a link, that section appears at the top of the screen, behind the navbar. See if you can find a solution to that. I faced the same issue and found an answer to it (see my pen as a last resort https://codepen.io/michelz/pen/QeqLjw)
Well done with the mobile menu I had issues doing that in just CSS so I ended up using JS for it.
This is lovely, @kipoph! I like the sticky header (I’ve never made a sticky header before! I tried, but it didn’t work). I love the theme and the style of the link to the Facebook page. Awesome!