In a multi-column layout, which CSS property is used to control the gap between columns?
- column-gap
- gap
- margin
- padding
The column-gap property is used to control the gap between columns in a multi-column layout.
Loading...
Related Quiz
- What does the position: relative; CSS rule do to an element?
- The concept of ________ involves loading only the CSS necessary for the currently viewed content or page layout.
- The ::______ pseudo-element is used to apply styles to the first line of text in a block-level element.
- In terms of specificity, which type of selector has the highest priority?
- A CSS variable declared inside an element is only accessible within the ________ of that element.