Summary:
Nice job on this project! I love your use of a semantic HTML element, your use of locally stored images, and your use of flex-box in CSS.
A couple things to work on here would be: 1. using best practices for nesting and indenting your HTML and 2. using descriptive alt attributes for your <img> elements.
Thank you Aubrey. I will keep your notes for review as I continue with learning to code. I appreciate your feedback regarding the redline. Should I close these comments, or leave them open?
Grade: Meets expectations
Summary: Nice job on this project! I love your use of a semantic HTML element, your use of locally stored images, and your use of flex-box in CSS.
A couple things to work on here would be: 1. using best practices for nesting and indenting your HTML and 2. using descriptive
alt
attributes for your<img>
elements.Next, I challenge you to research and implement media queries to make your page 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/