This project is mostly working great! I really like your usage of semantic elements and alt attributes as these things are extremely important for accessibility and search engines. A couple things I would change about this project is removing the px in the attribute values and making sure you have the correct values for your CSS properties. Next steps, I would look into learning about media queries in an effort to make your pages responsive so they will be viewable on all types of media such as phone, PC, laptop, etc: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
Grade: Meets Expectations
This project is mostly working great! I really like your usage of semantic elements and alt attributes as these things are extremely important for accessibility and search engines. A couple things I would change about this project is removing the
px
in the attribute values and making sure you have the correct values for your CSS properties. Next steps, I would look into learning about media queries in an effort to make your pages responsive so they will be viewable on all types of media such as phone, PC, laptop, etc: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queriesGood work!