Bbg-Spt / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #7

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Grade: Needs improvement

Summary: Nice start to this project! I love your that you used the html selector with an inherited style to make your CSS more concise.

A few things to work on here: 1. use a relative file path to link your stylesheet, 2. consider wrapping the different sections of your page with <div> elements to improve the readability and organization of your markup, 3. make sure you are using valid HTML elements, 4. use locally stored images with descriptive alt attributes for your <img> elements, and 5. use group selectors for any repeated styles in your CSS.

Next, I would work on refactoring your project with my suggestions. Then you can work towards a stretch goal: I challenge you to research and implement media queries to make your page responsive for all screen widths. 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/