Samanator / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #5

Open Tooconfident opened 7 years ago

Tooconfident commented 7 years ago

Grade: Meets Expectations

Nice job overall with the project, you show good knowledge of how html and css communicate and had good instincts creating div containers with class names for all your css selectors for the sections. Your choices worked well for this size of a project, but going forward the challenge is to focus on keeping things DRY(Don't Repeat Yourself) especially in your css. This starts in the html; recognizing where classes and id's will help you keep things simple and easy to follow. Immediately start to consider where universal and unique styling is taking place and you should start to see these patterns in no time. Here are some helpful resources:

https://www.slideshare.net/jeremyclarke/dry-css-a-dontrepeatyourself-methodology-for-creating-efficient-unified-and-scalable-stylesheets http://vanseodesign.com/css/dry-principles/ http://htmldog.com/guides/html/intermediate/spandiv/ https://css-tricks.com/the-difference-between-id-and-class/

Keep up the good work!

Samanator commented 7 years ago

Ah, okay. Thank you very much!