AbdullahDaff / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #4

Open Tooconfident opened 7 years ago

Tooconfident commented 7 years ago

Grade: Meets Expectations

It is always hard to give a satisfactory grade when links to files and images are broken, but after a quick fix to your link path, your project looks great. You have shown good knowledge of how html and css communicate with each other and did well creating classes and id's to assist with your css selectors. Your CSS is overall DRY(Don't Repeat Yourself) so keep holding on to those principles of staying away from repetitive code. You also recognize when universal styles are present vs. unique styles so you can better decide appropriate places for classes and id's. Nice job!

Resources that can help:

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

AbdullahDaff commented 7 years ago

Thanks a lot for the awesome comments!