CSS
List CSS Properties
writing-mode
Specifies whether lines of text are laid out horizontally or vertically
6:02 am, September 25, 2020 writing-mode
word-wrap
Allows long, unbreakable words to be broken and wrap to the next line
6:02 am, September 25, 2020 word-wrap
word-spacing
Increases or decreases the space between words in a text
6:02 am, September 25, 2020 word-spacing
word-break
Specifies how words should break when reaching the end of a line
6:02 am, September 25, 2020 word-break
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
white-space
Specifies how white-space inside an element is handled
6:02 am, September 25, 2020 white-space
user-select
Specifies whether the text of an element can be selected
6:02 am, September 25, 2020 user-select
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
transition-timing-function
Specifies the speed curve of the transition effect
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-duration
Specifies how many seconds or milliseconds a transition effect takes to complete
6:02 am, September 25, 2020 transition
transition-delay
Specifies when the transition effect will start
6:02 am, September 25, 2020 transition
transition
A shorthand property for all the transition-* properties
6:02 am, September 25, 2020 transition
transform-style
Specifies how nested elements are rendered in 3D space
6:02 am, September 25, 2020 transform
transform-origin
Allows you to change the position on transformed elements
6:02 am, September 25, 2020 transform
text-underline-position
Specifies the position of the underline which is set using the text-decoration property
6:02 am, September 25, 2020 text
text-overflow
Specifies what should happen when text overflows the containing element
6:02 am, September 25, 2020 text
text-justify
Specifies the justification method used when text-align is "justify"
6:02 am, September 25, 2020 text
text-indent
Specifies the indentation of the first line in a text-block
6:02 am, September 25, 2020 text
text-decoration-style
Specifies the style of the line in a text decoration
6:02 am, September 25, 2020 text
text-decoration-line
Specifies the type of line in a text-decoration
6:02 am, September 25, 2020 text
text-combine-upright
Specifies the combination of multiple characters into the space of a single character
6:02 am, September 25, 2020 text
text-align-last
Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify"
6:02 am, September 25, 2020 text
table-layout
Defines the algorithm used to lay out table cells, rows, and columns
6:02 am, September 25, 2020 table
scroll-behavior
Specifies whether to smoothly animate the scroll position in a scrollable box, instead of a straight jump
6:02 am, September 25, 2020 scroll-behavior
position
Specifies the type of positioning method used for an element (static, relative, absolute or fixed)
6:02 am, September 25, 2020 position
pointer-events
Defines whether or not an element reacts to pointer events
6:02 am, September 25, 2020 pointer
perspective-origin
Defines at which position the user is looking at the 3D-positioned element
6:02 am, September 25, 2020 perspective
page-break-inside
Sets the page-break behavior inside an element
6:02 am, September 25, 2020 page-break
page-break-before
Sets the page-break behavior before an element
6:02 am, September 25, 2020 page-break
page-break-after
Sets the page-break behavior after an element
6:02 am, September 25, 2020 page-break