markthedesigner / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary: Exceeds expectations #4

Open zannain opened 6 years ago

zannain commented 6 years ago

Great work on this project!! Excellent job on making the page accessible by adding the alt attribute in the <img> tag and it looks like you validated the project with the W3C HTML Validator, and props for having consistent indentation! These are great practice when writing HTML and CSS and will improve your workflow over time and make the code more readable, not just for you but also any other developers that may collaborate with you.

Going forward I've listed a few resources below to build on your HTML and CSS foundation with responsive design. This is a critical requirement in every application you will design because the web is being viewed from all sorts of devices ranging from mobiles to 35-inch ultrawide monitors and so you want your webpage to render properly regardless of the viewport the end user is viewing it from.

Resources CSS-Tricks Guide to Flexbox Responsive Design CSS Grid Course Flexbox course CSS Grids CSSGridGarden game FlexboxFroggy

markthedesigner commented 6 years ago

Hey Zannain, thank you for the feedback. It's much appreciated.

I will take a good through the resources!

Thanks Mark