samueldowd / colmar-academy

0 stars 0 forks source link

Kebab-case notation #2

Closed martoio closed 6 years ago

martoio commented 6 years ago

Best practice tip: Use kebab-case-notation for your ID/class names in HTML and CSS. It makes things easier to read and it's an established industry practice.

https://github.com/samueldowd/colmar-academy/blob/2c9bfe705f1bc1fe7f802cadf1eea82438b888f2/index.html#L43

samueldowd commented 6 years ago

I probably won't change this for this project, but it's good to keep in mind for the future. Thanks!