jgrawrock / prj-rev-bwfs-dasmoto

0 stars 1 forks source link

classes vs. ids #3

Open ad3429 opened 7 years ago

ad3429 commented 7 years ago

https://github.com/jgrawrock/prj-rev-bwfs-dasmoto/blob/master/Arts%20and%20Crafts/index.html#L11-L26

It seems you used classes for your brushes, frames and paint elements rather than ID's. Since they are unique, individual elements they would be better suited as id's here. Here is a great resource on classes vs. Id's:

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