Ciarra007 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #2

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. Great on this, you had everything I look for in this first project.

Second is your CSS efficient and non-repetitive. Font family repetition is one of the most common mistakes in this first submission, but overall the CSS is efficient and didn't have any other areas of concern.

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.

Ciarra007 commented 6 years ago

Thank you for your review! I went through all 24 levels of Flexboxfroggy. Levels 1-23 were easy but Level 24 had me pretty stumped. It was pretty much a guessing game but I figured it out in about 7 minutes.

pond {

display: flex;

flex-flow: column-reverse wrap-reverse; align-items: stretch; align-content: space-between; justify-content: center; }