...

/

Problem: Columns Fluid Layout

Problem: Columns Fluid Layout

Try to use the CSS multi-column layout (column-count and column-gap) to create fluid, equal height newspaper-style columns.

Problem description

You are provided with a .container element that wraps a single block of text. Your task is to use CSS Columns to divide this text into two fluid, equal height columns. Ensure the ...