DrSpock123 / prj-rev-bwfs-dasmoto

0 stars 2 forks source link

SUMMARY #1

Open aubreywullschleger opened 5 years ago

aubreywullschleger commented 5 years ago

Rubric Score

Criteria 1: HTML and CSS Linking

Criteria 2: Implementation of Design Specification and Content

Criteria 3: HTML Elements and Content

Tags: The tags in the HTML are used for their intended purpose.

Criteria 4: CSS Selectors and Syntax

Overall Score: 16/16

Grade: Exceeds expectations

Summary: Great work on this project! I love your use of the <header> element and your decision to keep your alt attributes empty.

A couple things to work on here: 1. make sure you are using consistent nesting and indentation in the HTML and 2. consider using a group selector for the font-family: Helvetica; style in your CSS.

Next, I challenge you to research and implement media queries to make your page 100% responsive for all screen widths. This is a challenge I think you are ready for based on your work here! 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/