Extra
Introduction
The extra section contains Grid, Flex, and some other properties.
Extra Section Properties
Property | Values | Description |
---|---|---|
Display | block, flex, grid, inline, inline-block, inline-flex, inline-grid, table-cell, none | Specifies the type of box used for an element. |
Float | none, left, right | Specifies how an element should float. |
Clear | none, left, right, both | Specifies on which sides of an element floating elements are not allowed to float. |
Visibility | visible, hidden, initial | Specifies whether or not an element is visible. |
Opacity | number | Sets the opacity level for an element. |
Cursor | auto, alias, all-scroll, copy, crosshair, grab, grabbing, help, not-allowed, pointer, progress, text, wait, zoom-in, zoom-out | Specifies the type of cursor to be displayed when pointing on an element. |
Pointer Events | auto, none | Specifies under what circumstances (if any) a particular graphic element can become the target of mouse events. |
Was this article helpful?
YesNo