Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.25 KB

041-CSS-Challenges.md

File metadata and controls

32 lines (18 loc) · 1.25 KB

WEB 1.0 - CSS Challenges

Description

The goal of this assignment is to start exploring CSS, practice writing CSS code, and start building a mental model of CSS properties.

You're goal is to work through the challenge examples in the GitHub Repo here:

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

Follow the readme for notes on getting started.

Solutions and stretch challenges are included. After completing the stretch challenges your code may not match the solutions, which is okay.

Why this assignment?

CSS is onr of the three languages that make up the web. If you want to make web sites that are viewed by other people what they see is determined by the CSS you write!

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