|
|
|
|
|
by alxprc
4498 days ago
|
|
Sure, but what if you have more than another section that should be styled differently? Classes can help differentiate same-name elements with different contexts, so you don't need unwieldy structure-specific CSS selectors like main > section > main
just main.semantic-class
|
|