Which CSS property would you use to create a basic multi-column layout for a text block?
- column-count
- column-layout
- multi-column
- text-columns
The column-count property in CSS is used to specify the number of columns in a multi-column layout. It defines the basic structure of the layout, indicating how many columns the content should be divided into.
Loading...
Related Quiz
- Using media queries, you can apply styles conditionally based on the ______ of the device or browser window.
- How does the use of custom fonts affect the loading time of a web page?
- CSS variables can be updated in real-time using ________ which makes them powerful for dynamic theming.
- How can you use media queries to target devices with retina displays specifically?
- The ________ value of the animation-direction property in CSS is used to alternate the animation cycle.