baa76 / TheTeaCozyProject

0 stars 0 forks source link

Class names #1

Open martoio opened 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/baa76/TheTeaCozyProject/blob/c8fba98e7423fc259a822e30b29d0d5e2b1f1e07/index.html#L36

baa76 commented 6 years ago

thankyou