How and why does this step work when there is no class of large and medium created in the html? Is this a bug or a mistake? Am i missing something or not seeing something?
hi, in the 19th lines of your code :
<div class="divider large">
means that the div element has both the class of “divider” and “large” at the same time. ( you will use the class medium later on )
Ok. Thanks a lot for helping me