ah2389 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #6

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Grade: Meets expectations

Summary: Good work on this first project! I like your intention to use <div> elements to wrap the sections of your page and your organized HTML.

A few things to work on here: 1. keeping your files modular by avoiding inline styles in your HTML, 2. using locally stored images with descriptive alt attributes for your <img> elements, and 3. using group selectors for any repeated styles in your CSS.

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/