Layout and Styling
This is my reading note about layout and applying styles (CSS & SCSS) in Quarto.
Two-Column Layout
In this Stack Overflow discussion, there are several options:
{.columns}
{.grid}
{layout-ncol=2}
Below is an example of using the first option:
Text on the left
Text on the right.
Further Resources
Styling using CSS
TODO