Ansehnlich / 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

Good job with this! Everything is structured nicely and your code is very DRY (Don't Repeat Yourself). Especially your CSS. A good practice going forward is applying div containers with universal class names in your html, so then you can style them in the CSS without having to target general html elements like <h2>. Your code is great for this small project, but the class selectors will be important for bigger assignments going forward. Also look into the difference between ids and classes just to brush up on the concept. Overall wonderful work!

https://css-tricks.com/the-difference-between-id-and-class/

Ansehnlich commented 7 years ago

Thank you for your review of my code. I will incorporate your comments into my future coding practices. Very much appreciate it! —William