Zartender / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY: Meets Expectations #5

Open jzhu01 opened 7 years ago

jzhu01 commented 7 years ago

Awesome job on this project! I really liked your use of divs to structure your code, and how clean and easy to read your code was. In terms of improvement, I recommend removing the font-weight:bold on your h2s, using relative paths to link your CSS, and reducing duplicate code in your CSS.

If you’re in the mood for a challenge...I would look into adding more items under each section and finding a nice way to lay them out. Here's a link to get you started - https://www.w3schools.com/css/css_rwd_grid.asp. Keep up the nice work! ^_^

Zartender commented 6 years ago

Thanks! What do you mean by linking relative paths? "h2, #id, .class?"

I'll reference that article on future CA lessons. Thanks!