CSS Logical Properties
Logical properties and values provide control of layout through logical, rather than physical, direction and dimension mappings. These properties are `writing-mode` relative equivalents of their corresponding physical properties.
CSS outline properties
The CSS outline properties draw a border around an element that does not affect layout, making it ideal for highlighting. This covers the `outline` shorthand, as well as `outline-width`, `outline-style`, `outline-color` and `outline-offset`.
text-decoration styling
Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. `text-decoration: line-through dashed blue`) or as single properties (e.g. `text-decoration-color: blue`)
css property: border-inline-end-style
css property: border-inline-end-style: dashed
css property: border-inline-end-style: dotted
css property: border-inline-end-style: double
css property: border-inline-end-style: groove
css property: border-inline-end-style: hidden
css property: border-inline-end-style: inset
css property: border-inline-end-style: none
css property: border-inline-end-style: outset
css property: border-inline-end-style: ridge
css property: border-inline-end-style: solid
css property: border-inline-start-style
css property: border-inline-start-style: dashed
css property: border-inline-start-style: dotted
css property: border-inline-start-style: double
css property: border-inline-start-style: groove
css property: border-inline-start-style: inset
css property: border-inline-start-style: none
css property: border-inline-start-style: ridge
css property: border-inline-start-style: solid
css property: border-inline-style
css property: border-inline-style: dashed
css property: border-inline-style: dotted
css property: border-inline-style: double
css property: border-inline-style: groove
css property: border-inline-style: hidden
css property: border-inline-style: inset
css property: border-inline-style: none
css property: border-inline-style: outset
css property: border-inline-style: ridge
css property: border-inline-style: solid
css property: outline-style
css property: outline-style: auto
css property: outline-style: dashed
css property: outline-style: dotted
css property: outline-style: double
css property: outline-style: groove
css property: outline-style: inset
css property: outline-style: none
css property: outline-style: outset
css property: outline-style: ridge
css property: outline-style: solid
types: `<line-style>`
50 results found.