I made sure to check both my HTML and CSS in the W3C Validator and everything seems to be error free. Also, the site seems to pass the FCC user story requirements. If I missed something, feel free to let me know!
As always, open to suggestions and recommendations :).
Hello @bbs2527 your portfolio looks very good. Personally think the colors you choose fit very well.
1.My recommendation would be to give a better use to this blank space, optimize the space and remember web responsibility.
You can customize your page’s scroll bar with ::-webkit-scrollbar CSS selector for the bar. And ::-webkit-scrollbar-thumb CSS selector for the button on the bar.
Thanks for the feedback! Sadly, I am having some difficulty trying to figure out how to adjust the various media query sizes. I will try to see what I can do and then get back with you. Sadly this newbie might take a few days. For some reason the media queries for the smaller sizes don’t adjust to well :(.
I finally figured out how to adjust the media queries and hopefully it helps with some different screen sizes :). It is not exactly perfect as I would like but definitely much better than before!
Your page looks good @bbs2527. A couple of things to revisit;
The link to “more projects here” brings the user to their personal codepen page, not yours. You’ll need to use your codepen id rather than “your-link”.
A suggestion, rather than having your projects open in a pen, have them open full screen.
When you are developing for the web you need to remember that browsers implement things differently, in the past was worse, today you have many browsers using the same engine as Chrome.
So when you code something you will like that what you are creating appears almost the same or exactly the same across many devices and browsers and that can be a problem, because companies implement things differently.
For the scroll styling, this is the case and I’m using this approach to deal with scrolls. Base on Firefox limitations I am using a minimum of style to Chromium browsers and Mozilla browsers look the same as possible.