maperun / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

Summary #4

Open zannain opened 6 years ago

zannain commented 6 years ago

Meets expectations

You've demonstrated a solid understanding of HTML and CSS with this mockup. Excellent work on commenting your code, it makes your code much more readable and you will thank yourself in the long run as will any developer looking over your code. When you start working on larger applications, some that may sometimes have many years of code behind them comments will save you a lot of time and frustration when trying to debug your web application. Take the time to learn about responsive design, media queries, Flexbox and CSS Grids (the latter is an even newer addition to CSS3 that gives you even more control of your web page). The exciting thing about web development is that its always changing so be vigilant about staying up to date with the latest specifications such as HTML5 and CSS3. The best way to see arn about changes is to implement them in mockups and learn the ins and out for them. I've listed a course on Flexbox in a previous issue and below another one on CSS grids. Best of luck on your web development journey!

CSS Grid

maperun commented 6 years ago

Thanks man, appreciate the advice!