CSS
List CSS Properties

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-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

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

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

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-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

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

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-inside
Specifies whether or not a page-, column-, or region-break should occur inside the specified element
6:02 am, September 25, 2020 break

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

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

@charset
Specifies the character encoding used in the style sheet
6:02 am, September 25, 2020 charset

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

column-count
Specifies the number of columns an element should be divided into
6:02 am, September 25, 2020 column

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

column-rule-color
Specifies the color of the rule between columns
6:02 am, September 25, 2020 column

column-rule-style
Specifies the style of the rule between columns
6:02 am, September 25, 2020 column

column-rule-width
Specifies the width of the rule between columns
6:02 am, September 25, 2020 column

column-span
Specifies how many columns an element should span across
6:02 am, September 25, 2020 column

content
Used with the :before and :after pseudo-elements, to insert generated content
6:02 am, September 25, 2020 content

counter-increment
Increases or decreases the value of one or more CSS counters
6:02 am, September 25, 2020 counter

cursor
Specifies the mouse cursor to be displayed when pointing over an element
6:02 am, September 25, 2020 cursor

display
Specifies how a certain HTML element should be displayed
6:02 am, September 25, 2020 display

empty-cells
Specifies whether or not to display borders and background on empty cells in a table
6:02 am, September 25, 2020 empty

filter
Defines effects (e.g. blurring or color shifting) on an element before the element is displayed
6:02 am, September 25, 2020 filter

flex
A shorthand property for the flex-grow, flex-shrink, and the flex-basis properties
6:02 am, September 25, 2020 flex

flex-flow
A shorthand property for the flex-direction and the flex-wrap properties
6:02 am, September 25, 2020 flex

flex-grow
Specifies how much the item will grow relative to the rest
6:02 am, September 25, 2020 flex

flex-shrink
Specifies how the item will shrink relative to the rest
6:02 am, September 25, 2020 flex

font
A shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties
6:02 am, September 25, 2020 font

@font-face
A rule that allows websites to download and use fonts other than the "web-safe" fonts
6:02 am, September 25, 2020 font

font-feature-settings
Allows control over advanced typographic features in OpenType fonts
6:02 am, September 25, 2020 font

@font-feature-values
Allows authors to use a common name in font-variant-alternate for feature activated differently in OpenType
6:02 am, September 25, 2020 font

font-kerning
Controls the usage of the kerning information (how letters are spaced)
6:02 am, September 25, 2020 font

font-language-override
Controls the usage of language-specific glyphs in a typeface
6:02 am, September 25, 2020 font

font-size-adjust
Preserves the readability of text when font fallback occurs
6:02 am, September 25, 2020 font