Technical list - asking for a feedback

Hi, this is my technical list:

I admit I still have to practise my styling in CSS.
All advice and critique is welcomed

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

  • Make your page responsive. Remember, the R in RWD stands for Responsive
    There’s a horizontal scrollbar on smaller screens
    Remember, the nav only has to be on the left for regular sized devices. For smaller sizes it can be at the top.

Some additional hints for responsiveness…
Rather than using fixed dimensions on elements, use max-width/height and relative units like %, em, rem and vw to keep everything responsive.
Start by styling for a narrow view port first. Narrow your browser as far as it will go and style the page so it looks good at that narrow width. Then gradually widen your browser and use CSS media query break points to adjust the style for wider view ports if needed.

Yes, maybe get rid of the bullet points in the nav list.

Thank you ! I’ve got rid of bullet points in the nav list. I am having some troubles with figuring out responsiveness for max-hegith/width but I will make it work :slight_smile:

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