AnnabelWhibley / project_1

Codeacademy project
0 stars 0 forks source link

Summary #5

Open zannain opened 6 years ago

zannain commented 6 years ago

Meets expectations

Excellent work on this mockup Annabel! I was really impressed with how you incorporated the <mark> tag, I actually had not known that was an element introduced in HTML5! You do a great job of breaking up your webpage into sections with <div> tags and I would recommend replacing some of them with HTML5 element tags that are more descriptive. You have a good understanding of when to use a class and when an id is more appropriate. Make classes your friend! They allow you to abstract large amounts of styles into a single class that you can reuse over and over again. I've provided a few resources I think would be of use to you as you continue your journey as a web developer. Flexbox and CSS Grids are new to the CSS3 specification and they have altered how web developer approach responsive design which is a key concept to understand today in the age of progressive web applications. Keep up the great work and never stop learning more on your web developer journey!!

CSS-Tricks Guide on Flexbox - Flexbox has overhauled how responsive design was done in the past and has made it very easy now to make mobile friendly application. I highly recommend you master this alone with CSS Grids which are an even newer addition to CSS3 than Flexbox that give the developer finer control over how their website is layed out. Flexbox Course CSS Grids Course Codecademys Responsive Design

AnnabelWhibley commented 6 years ago

Dear Zannain,

Thank you so much for your helpful feedback. You touch (on the file structure, relative links, deployment of more descriptive html tags) on issues I've found more challenging. Kind regards, Annabel