CSS
List CSS Properties

text-underline-position
Specifies the position of the underline which is set using the text-decoration property
6:02 am, September 25, 2020 text

transform-origin
Allows you to change the position on transformed elements
6:02 am, September 25, 2020 transform

transform-style
Specifies how nested elements are rendered in 3D space
6:02 am, September 25, 2020 transform

transition
A shorthand property for all the transition-* properties
6:02 am, September 25, 2020 transition

transition-delay
Specifies when the transition effect will start
6:02 am, September 25, 2020 transition

transition-duration
Specifies how many seconds or milliseconds a transition effect takes to complete
6:02 am, September 25, 2020 transition

transition-property
Specifies the name of the CSS property the transition effect is for
6:02 am, September 25, 2020 transition

transition-timing-function
Specifies the speed curve of the transition effect
6:02 am, September 25, 2020 transition

unicode-bidi
Used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document
6:02 am, September 25, 2020 unicode-bidi

user-select
Specifies whether the text of an element can be selected
6:02 am, September 25, 2020 user-select

white-space
Specifies how white-space inside an element is handled
6:02 am, September 25, 2020 white-space

widows
Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element
6:02 am, September 25, 2020 widows

word-break
Specifies how words should break when reaching the end of a line
6:02 am, September 25, 2020 word-break

word-spacing
Increases or decreases the space between words in a text
6:02 am, September 25, 2020 word-spacing

word-wrap
Allows long, unbreakable words to be broken and wrap to the next line
6:02 am, September 25, 2020 word-wrap

writing-mode
Specifies whether lines of text are laid out horizontally or vertically
6:02 am, September 25, 2020 writing-mode