crateboy / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #5

Open farishkash opened 6 years ago

farishkash commented 6 years ago

Overall met expectations

In this first project I look at two primary items with the main goal being to stop inefficient or bad practices early.

First did you use divs, ids/classes to manage and organize your html content.

Good on this. Your divs need to be expanded.

Second is your css efficient and non repetitive. You repeated some of the mistakes that are common for this first project with regards to css repetition. Always try to see if you can reduce the amount of styling you type repetitively.

To prepare you for the upcoming projects I like you to go to flexboxfroggy.com. See how far you can get, the later projects uses flexbox heavily and this will help you immensely.

crateboy commented 6 years ago

Thank you very much, Farishkash. Could I get you to explain what you meant by "your divs need to be expanded."