Blocks within element

List of all the block within the element group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

display inline uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline). font size uistyle v10.4.28 Specifies the font size of text. border uistyle v10.4.28 A shorthand property for all the border properties. max height uistyle v10.4.28 sets the maximum height of an element. margin uistyle v10.4.28 Sets all the margin properties in one declaration. padding uistyle v10.4.28 A shorthand property for all the padding-* properties. max width uistyle v10.4.28 sets the maximum width of an element. background uistyle v10.4.28 property sets the background color/image of an element. position static uistyle v10.4.28 Specifies the type of positioning method used for an element (static). cursor uistyle v10.4.28 sets the type of mouse cursor, if any, to show when the mouse pointer is over an element. position absolute uistyle v10.4.28 Specifies the type of positioning method used for an element (absolute). display none uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (none). display uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex. width uistyle v10.4.28 Sets the width of an element. display block uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (block). position uistyle v10.4.28 Specifies the top/bottom/left/right position of a positioned element. display show uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (show). z index uistyle v10.4.28 sets the z-order of a positioned element and its descendants or flex items. height uistyle v10.4.28 Sets the height of an element. rgb uistyle v10.4.28 R (red), G (green), and B (blue). position fixed uistyle v10.4.28 Specifies the type of positioning method used for an element (fixed). position relative uistyle v10.4.28 Specifies the type of positioning method used for an element (relative). color uistyle v10.4.28 CSS property sets the foreground color value of an element their text and text decorations, and sets the value. font weight uistyle v10.4.28 sets the weight (or boldness) of the font display flex uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (flex). opacity uistyle v10.4.28 Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency. display inline block uistyle v10.4.28 sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline-block). rgba uistyle v10.4.28 R (red), G (green), B (blue) and A (alpha).
Back to styling Return to the main group to view all sub-groups