roninlax / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Class names #4

Open martoio opened 7 years ago

martoio commented 7 years ago

Best practice tip: if you have a class name that is made up of multiple words, separate them out with hyphens. Ex: class="super-container". Your approach is also correct, but it's kind of an established industry standard to use hyphens. https://github.com/RICHLAX/f1-3-c2p1-colmar-academy/blob/59ee6c65faea8468f82f5159c61270f8cce534e9/ColmarAcademy/index.html#L11

roninlax commented 7 years ago

thanks for the tip!