CSS
List CSS Properties
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
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-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
Specifies what happens if content overflows an element's box
6:02 am, September 25, 2020 overflow
outline-offset
Offsets an outline, and draws it beyond the border edge
6:02 am, September 25, 2020 outline
outline
A shorthand property for the outline-width, outline-style, and the outline-color properties
6:02 am, September 25, 2020 outline
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
object-position
Specifies the alignment of the replaced element inside its box
6:02 am, September 25, 2020 object
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
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
@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
list-style-position
Specifies the position of the list-item markers (bullet points)
6:02 am, September 25, 2020 list
letter-spacing
Increases or decreases the space between characters in a text
6:02 am, September 25, 2020 letter-spacing
justify-content
Specifies the alignment between the items inside a flexible container when the items do not use all available space
6:02 am, September 25, 2020 justify-content
isolation
Defines whether an element must create a new stacking content
6:02 am, September 25, 2020 isolation
@import
Allows you to import a style sheet into another style sheet
6:02 am, September 25, 2020 @import
image-rendering
Gives a hint to the browser about what aspects of an image are most important to preserve when the image is scaled
6:02 am, September 25, 2020 image-rendering
hyphens
Sets how to split words to improve the layout of paragraphs
6:02 am, September 25, 2020 hyphens
hanging-punctuation
Specifies whether a punctuation character may be placed outside the line box
6:02 am, September 25, 2020 hanging
grid-template-columns
Specifies the size of the columns, and how many columns in a grid layout
6:02 am, September 25, 2020 grid
grid-template-areas
Specifies how to display columns and rows, using named grid items
6:02 am, September 25, 2020 grid
grid-template
A shorthand property for the grid-template-rows, grid-template-columns and grid-areas properties
6:02 am, September 25, 2020 grid