CSS feature practice
Free CSS practice questions
CSS Property Practice Questions
Practice CSS properties such as display, position, grid-template-columns, scroll-timeline, anchor-name, and view-transition-name.
Baseline widely available
displayNew!
Controls the outer and inner display type of an element, including block, inline, flex, grid, contents, and none.
Open 20 practice questions
display: grid;Experimental
border-shapeNew!
Defines a border path with one or two CSS basic shapes so borders, backgrounds, clipping, and shadows can follow non-rectangular geometry. This is experimental, so use it as a progressive enhancement.
Open 20 practice questions
border-shape: <basic-shape> [<basic-shape>]?;