atgowt / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Class vs ID usage #3

Open jericahuang opened 7 years ago

jericahuang commented 7 years ago

Nice job using classes and an ID to style the page! I would suggest turning brushes, frames, head, and paint into IDs rather than classes since they only each appear once in the HTML. Check out this page for a full explanation of the difference between IDs and classes.

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