CSS
List CSS Properties
@media
Sets the style rules for different media types/devices/sizes. all - targets all media screen - targets screen media print - print media speech - used for screenreaders
6:02 am, September 25, 2020 @media
mix-blend-mode
Specifies how an element's content should blend with its direct parent background
6:02 am, September 25, 2020 mix-blend-mode
object-fit
Specifies how the contents of a replaced element should be fitted to the box established by its used height and width
6:02 am, September 25, 2020 object
object-position
Specifies the alignment of the replaced element inside its box
6:02 am, September 25, 2020 object
orphans
Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element
6:02 am, September 25, 2020 orphans
outline
A shorthand property for the outline-width, outline-style, and the outline-color properties
6:02 am, September 25, 2020 outline
outline-offset
Offsets an outline, and draws it beyond the border edge
6:02 am, September 25, 2020 outline
overflow
Specifies what happens if content overflows an element's box
6:02 am, September 25, 2020 overflow
overflow-wrap
Specifies whether or not the browser may break lines within words in order to prevent overflow (when a string is too long to fit its containing box)
6:02 am, September 25, 2020 overflow
overflow-x
Specifies whether or not to clip the left/right edges of the content, if it overflows the element's content area
6:02 am, September 25, 2020 overflow
overflow-y
Specifies whether or not to clip the top/bottom edges of the content, if it overflows the element's content area
6:02 am, September 25, 2020 overflow
page-break-after
Sets the page-break behavior after 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-inside
Sets the page-break behavior inside an element
6:02 am, September 25, 2020 page-break
perspective-origin
Defines at which position the user is looking at the 3D-positioned element
6:02 am, September 25, 2020 perspective
pointer-events
Defines whether or not an element reacts to pointer events
6:02 am, September 25, 2020 pointer
position
Specifies the type of positioning method used for an element (static, relative, absolute or fixed)
6:02 am, September 25, 2020 position
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
table-layout
Defines the algorithm used to lay out table cells, rows, and columns
6:02 am, September 25, 2020 table
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
text-combine-upright
Specifies the combination of multiple characters into the space of a single character
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-decoration-style
Specifies the style of the line in a text decoration
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-justify
Specifies the justification method used when text-align is "justify"
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