03/07/2022
CSS Properties
Font Properties
font Set the font-style, font-variant, font-weight, font-size, line-height, and font-family
font-family Prioritized list of font family names to apply to an element
font-size Size of the font
font-style Style of the font (italic, oblique, normal)
font-variant Variant of the font (small-caps, normal)
font-weight Weight or boldness of the font
line-height Height used in the calculation of the line box height for an inline element.
Minimal height of the line box for a block level element
Text Properties
color Foreground color of the text content of an element
letter-spacing Amount of space between characters of text
text-align Align text within the parent block element
text-decoration Text formatting of an element such as underline, overline, line-through and blink
text-indent Amount of indentation before the first line of an element's text
text-shadow Shadow effects for the text of an element
text-transform Capitalize the text of an element such as uppercase, lowercase, capitalize
white-space How to handle whitespace within an element
word-spacing Amount of space between words
word-wrap Whether line breaks within words are allowed
Background Properties
background Color, image, repeat, position and attachment of a background
background-attachment Background image for an element is fixed within the viewport or scrolls along with its containing block
background-color Background color of an element
background-image Background image for an element
background-position Position of background-image for an element
background-repeat Repeat background image for an element
Positioning Properties
bottom Bottom position for a positioned element
clear Clear floated elements
float Float an element to either the left or right
left Left position for a positioned element
position Position of an element
right Right position for a positioned element
top Top position for a positioned element
Box Model Properties
box-shadow Shadow effects for an element
heigh