Summary: This project is good! It meets the spec and the code is clean/free of any errors. One area of improvement is to look through your CSS and see if you are repeating styles over and over on several selectors. If you are, then look for ways to achieve the same effect with just one or two selectors instead!
As a further challenge, think about and try to change the page to have the item divs horizontally aligned instead of vertical aligned. There’s a few different ways to do this, but one way involves set widths and inline-block styling! This is a good resource for learning more: http://learnlayout.com/inline-block.html.
Thank you so much for the comments. I will look at all the resources and suggestions you have provided and go over the code again. I appreciate all the help!
Grade: Meets Expectations
Summary: This project is good! It meets the spec and the code is clean/free of any errors. One area of improvement is to look through your CSS and see if you are repeating styles over and over on several selectors. If you are, then look for ways to achieve the same effect with just one or two selectors instead!
As a further challenge, think about and try to change the page to have the item divs horizontally aligned instead of vertical aligned. There’s a few different ways to do this, but one way involves set widths and inline-block styling! This is a good resource for learning more: http://learnlayout.com/inline-block.html.
Good work!