I’ve very recently starting the process of learning coding and built my first project for the HTML 5/ CSS certification. I would really appreciate any feedback on how to improve my design. I know it is a very basic page but would love for someone to look over my code for any flaws or anything I can do to eliminate wasted lines of code in the future.
You should get rid of the 600 px width you gave to the li tag because it will add a horizontal scrollbar on screen sizes that are smaller than 600px.
You can also try adding a few media queries and a bit of color in your website to make it stand out more. if you have trouble choosing color combos for your websites like i do then i would recommend using a tool such as this to help you out.
I appreciate the help on this. I will definitely change those aspects. I also didn’t know about the analyze css which I will definitely put to good use so thanks.