Cheurina / 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 to style the page - it resembles the spec perfectly! However I encourage you to consider using IDs in place of classes that occur once in your HTML (brushes, paint, frames). This doesn't make a difference for styling but it will when you start learning JavaScript!

See this resource for more: https://css-tricks.com/the-difference-between-id-and-class/

Cheurina commented 7 years ago

Thank you for the tip will keep that in mind for future coding