Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.16 KB

042-CSS-Challenges-part-2.md

File metadata and controls

30 lines (17 loc) · 1.16 KB

WEB 1.0 - CSS Challenges part 2

Description

This second set of CSS challenges digs deeper into CSS exploring layout and the box model.

These challenges use the flex property to arrange elements on the screen, and look at how the box model controls how blocks are displayed.

https://github.com/Make-School-Labs/CSS-Challenges-2

Download the repo above and take a look at the readme.

Why this assignment?

The box model is an important concept and felx is a powerful tool for layout. If you want to control how things appear on the screen these two tools will do a majority of that work.

Deliverable

Your completed challenges submitted to GradeScope

Due date

  • Tue, Sept 8

Assessing the assignment

Aspect Does not meet Meets Exceeds
Completion You did not complete all of the challenges You completed all of the challenges You completed all of the challenges and tried some or all of the stretch challenges
Code Quality Your code is sloppy and lacks organization Your code uses consistent indentation, spacing, and consistent coding style Your code passes validation