CSS
Search
Search
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
transform-style
Specifies how nested elements are rendered in 3D space
6:02 am, September 25, 2020 transform
text-overflow
Specifies what should happen when text overflows the containing element
6:02 am, September 25, 2020 text
perspective-origin
Defines at which position the user is looking at the 3D-positioned element
6:02 am, September 25, 2020 perspective
page-break-before
Sets the page-break behavior before an element
6:02 am, September 25, 2020 page-break
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
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
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-auto-flow
Specifies how auto-placed items are inserted in the grid
6:02 am, September 25, 2020 grid
grid-area
Either specifies a name for the grid item, or this property is a shorthand property for the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties
6:02 am, September 25, 2020 grid
font-variant-position
Controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font
6:02 am, September 25, 2020 font
font-synthesis
Controls which missing typefaces (bold or italic) may be synthesized by the browser
6:02 am, September 25, 2020 font
flex-flow
A shorthand property for the flex-direction and the flex-wrap properties
6:02 am, September 25, 2020 flex
filter
Defines effects (e.g. blurring or color shifting) on an element before the element is displayed
6:02 am, September 25, 2020 filter
cursor
Specifies the mouse cursor to be displayed when pointing over an element
6:02 am, September 25, 2020 cursor
column-span
Specifies how many columns an element should span across
6:02 am, September 25, 2020 column
column-count
Specifies the number of columns an element should be divided into
6:02 am, September 25, 2020 column
clear
modifies the side of an element that other floating elements are no longer allowed to float. can be used after a row of floating elements. none|left|right|both|initial|inherit
6:02 am, September 25, 2020 clear
caret-color
Specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable. auto|color
6:02 am, September 25, 2020 caret
caption-side
Specifies the placement of a table caption. As this site uses bootstrap the reset forces the caption to the bottom, so have to manually override it to set this correcrtly.
6:02 am, September 25, 2020 caption
break-inside
Specifies whether or not a page-, column-, or region-break should occur inside the specified element
6:02 am, September 25, 2020 break
break-before
Specifies whether or not a page-, column-, or region-break should occur before the specified element
6:02 am, September 25, 2020 break
break-after
Specifies whether or not a page-, column-, or region-break should occur after the specified element Usually used in print @media to specify a break in the content. You can test the following demo's ..
6:02 am, September 25, 2020 break
box-sizing
box-sizing defines how the height and width of an element are calculated and if they should include borders and padding this usually defines the box sizing and is included in a html reset like * { bo..
6:02 am, September 25, 2020 box
box-shadow
sets a shadow or multiple shadows on an element none|h-offset v-offset blur spread color |inset|initial|inherit
6:02 am, September 25, 2020 box
box-decoration-break
changes the behavior of the border and background of an element at page-break, or, for in-line elements, at line-break.
6:02 am, September 25, 2020 box
bottom
Sets the elements position, from the bottom of its parent element This is usually used on absolute positioned elements aligning them from the bottom of the relative element.
6:02 am, September 25, 2020 bottom
border-width
Sets the width of the four borders. you can also set each to different using this shorthand: top, right, bottom, left. border-width: top, right, bottom, left;
6:02 am, September 25, 2020 border
border-top-width
Sets the width of the top border border-top-width: medium|thin|thick|length|initial|inherit;
6:02 am, September 25, 2020 border
border-top-style
Sets the style of the top border border-top-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
6:02 am, September 25, 2020 border
border-top-right-radius
Defines the radius of the border of the top-right corner length|% [length|%]|initial|inherit
6:02 am, September 25, 2020 border