bdub328 / tea_cozy

0 stars 0 forks source link

SUMMARY #1

Open aubreywullschleger opened 5 years ago

aubreywullschleger commented 5 years ago

Rubric Score

Criteria 1: HTML Structure

HTML structure reflects the grouping and flow of content in 5+ sections.

Criteria 2: Visual Layout

Criteria 3: Use of Flexbox

Flexbox is used properly in 5+ sections and is the primary way of positioning.

Criteria 4: Implementation of Design Specification and Content

Overall Score: 14/16

Grade: Exceeds expectations

Summary: Good work on this project! I love your semantic HTML, your use of a group selector, and your use of flexbox in the CSS.

A couple things to work on here: 1. using consistent nesting and indentation throughout the HTML, 2. using alt attributes on <img> elements, and 3. using more group selectors in the CSS.

Next, as a stretch goal, I challenge you to research and implement media queries to make your page totally responsive for all screen widths. This is a challenge I think you are ready for based on your work with this project! Here are a couple resources to get you started: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries and https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

bdub328 commented 5 years ago

Many thanks for your thoroughness! I will give the media queries a try!