Back
Is it possible to assign multiple classes to a single HTML container?
Something like:
<article class="column, wrapper">
You can just try removing the comma like this:
<article class="column wrapper">
31k questions
32.8k answers
501 comments
693 users