Summary:
Good job with this project! I like your consistent nesting, indentation, and spacing in your HTML, your use of locally stored images, your use of the html selector in CSS.
A couple things to work on here would be: 1. using descriptive alt attributes on your <img> elements, 2. using group selectors for repeated styles in your CSS, and 3. using the correct syntax for comments in CSS.
Grade: Meets expectations
Summary: Good job with this project! I like your consistent nesting, indentation, and spacing in your HTML, your use of locally stored images, your use of the
html
selector in CSS.A couple things to work on here would be: 1. using descriptive
alt
attributes on your<img>
elements, 2. using group selectors for repeated styles in your CSS, and 3. using the correct syntax for comments in CSS.Next, as a stretch goal, 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 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/