joseph-white / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #6

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

Grade: Meets Expectations

Summary: This project is good! It closely meets the spec and the code is clean/free of any errors. One area of improvement is to try and reduce repeated styles in your CSS by targeting one selector like body instead of multiple individual elements.

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!

joseph-white commented 7 years ago

Thanks! I really enjoyed this assignment and I learned a lot from it, but I must admit that I sort of felt like I was cheating a bit. I used the code inspector to help get me started with organizing the html, I knew something needed to be done, just wasn't sure where to start. And I also looked back at my code in previous assignments when I got stuck.

I think I'm definitely feeling more confident, but I still have a long way to go. At this point though, everything is making sense and I know why I'm doing what I'm doing, even if I have to inspect the code from a finished site to get started or unstuck. But, I think for me know the why behind why I'm doing something is a huge value.

Thanks again for all your comments and help with this project!