jrgibb / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #3

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 is did you use divs, ids/classes to manage and organize your html content.

Start placing each section of your content in divs, the later projects will have you do this pattern.

Second is your css efficient and non repetitive. Good on this.

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.

jrgibb commented 6 years ago

Thank you! It is great to get feedback for these projects! I see that my main issue with html is div and how to use this properly. I will research this more so that I can apply a div correctly moving forward. I will head over to flexboxfroggy.com and see how far I can get.

Again, thank you for your help!