igorsgo / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #5

Open farishkash opened 6 years ago

farishkash commented 6 years ago

Overall this is an excellent project.

In this first submission I look for two items.

Did you use divs, classes/ids to organize your content and apply styles. Use of classes is good, needs to have div usage.

Second is your css efficient and non repetitive. You had some of the more common errors that happen in this first project. The idea behind my css issues is efficiency.

The less you type the less likely you will make a mistake, plus it will be quicker to find that mistake because you will have less code to read.

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.

igorsgo commented 6 years ago

Thank you for suggestions. I've visited flexboxfroggy.com. Useful resource for beginners..