Rubric Score
Criteria 1: HTML Structure
- Score Level: 4/4
- Comment(s): HTML implementation enables proper use of flexbox.
HTML structure reflects the grouping and flow of content in the web browser.
Criteria 2: Visual Layout
- Score Level: 1/4
- Comment(s): Layout does not match the design spec in any section.
(This includes a sticky header w/ no gap between it and top of viewport )
Criteria 3: Use of Flexbox
- Score Level: 1/4
- Comment(s): Flexbox properties are not correctly applied to flex containers and flex items in every section.
Flexbox is not the primary way of positioning.
Criteria 4: Implementation of Design Specification and Content
- Score Level: 1/4
- Comment(s): There are content or style omissions from the design specification in every section of the page.
(For example, anchor colors match the design spec.)
Overall Score: 7/16
Your project Approaches Expectations. While it is not expected or required for you to resubmit the project, I do recommend that you continue to work on your Tea Cozy until it more closely matches the design specification as a way to continue to practice and refine the skills taught in Unit 4 and tested in this project.
Applying universal styling to the <body> element of your page will help reduce the repetition of code in your stylesheet, saving you some time and making your code a little easier to read:

Note that the color attribute should be set to seashell for this project.
Keep up the hard work, and be sure to reach out on Slack if you ever get stuck or have some questions about projects or learning material. Happy coding!
Rubric Score
Criteria 1: HTML Structure
HTML structure reflects the grouping and flow of content in the web browser.
Criteria 2: Visual Layout
(This includes a sticky header w/ no gap between it and top of viewport )
Criteria 3: Use of Flexbox
Flexbox is not the primary way of positioning.
Criteria 4: Implementation of Design Specification and Content
(For example, anchor colors match the design spec.)
Overall Score: 7/16
Your project Approaches Expectations. While it is not expected or required for you to resubmit the project, I do recommend that you continue to work on your Tea Cozy until it more closely matches the design specification as a way to continue to practice and refine the skills taught in Unit 4 and tested in this project.

Applying universal styling to the
<body>element of your page will help reduce the repetition of code in your stylesheet, saving you some time and making your code a little easier to read:Note that the color attribute should be set to seashell for this project.
Keep up the hard work, and be sure to reach out on Slack if you ever get stuck or have some questions about projects or learning material. Happy coding!