I've got a weird request in a project where I have to modify the style of an already running blog without making major changes in the markup.
One of the requirements include making some articles multi-column while others stay in single-column layout.
(Something like this)
I've been specifically told not to touch the content inside the <article>
.. But how do I make columns without changing the markup? is it something I can do without changing the markup?