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:

  1. {.columns}
  2. {.grid}
  3. {layout-ncol=2}

Below is an example of using the first option:

Text on the left

Text on the right.

Styling using CSS

TODO