Open martoio opened 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
class="super-container"
thanks for the tip!
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