Properties
align-content
align-content: "center" | "inherit" | "stretch" | "flex-start" | "flex-end" | "space-between" | "space-around" | "initial"
align-items
align-items: "center" | "inherit" | "stretch" | "flex-start" | "flex-end" | "initial" | "baseline"
align-self
align-self: "auto" | "center" | "inherit" | "stretch" | "flex-start" | "flex-end" | "initial" | "baseline"
all
all: "inherit" | "initial" | "unset"
animation
animation: string
animation-delay
animation-delay: string
animation-direction
animation-direction: "reverse" | "alternate" | "alternate-reverse" | "normal" | "inherit" | "initial"
animation-duration
animation-duration: string
animation-fill-mode
animation-fill-mode: "backwards" | "both" | "forwards" | "none" | "inherit" | "initial"
animation-iteration-count
animation-iteration-count: number
animation-name
animation-name: string
animation-play-state
animation-play-state: "paused" | "running"
animation-timing-function
animation-timing-function: string
appearance
appearance: "window" | "normal" | "button" | "menu" | "icon" | "field"
backface-visibility
backface-visibility: "hidden" | "visible"
background
background: string
background-attachment
background-attachment: "fixed" | "inherit" | "scroll" | "initial" | "local"
background-blend-mode
background-blend-mode: "normal" | "color" | "color-dodge" | "darken" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen"
background-clip
background-clip: "border-box" | "content-box" | "padding-box"
background-color
background-color: string
background-image
background-image: string
background-origin
background-origin: "border-box" | "content-box" | "padding-box"
background-position
background-position: string
background-repeat
background-repeat: "repeat" | "inherit" | "repeat-x" | "repeat-y" | "no-repeat"
background-size
background-size: string
border
border: string
border-bottom
border-bottom: string
border-bottom-color
border-bottom-color: string
border-bottom-left-radius
border-bottom-left-radius: string
border-bottom-right-radius
border-bottom-right-radius: string
border-bottom-style
border-bottom-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-bottom-width
border-bottom-width: string
border-collapse
border-collapse: "inherit" | "collapse" | "separate"
border-color
border-color: string
border-image
border-image: string
border-image-outset
border-image-outset: string
border-image-repeat
border-image-repeat: "repeat" | "round" | "inherit" | "stretch" | "initial"
border-image-slice
border-image-slice: string
border-image-source
border-image-source: string
border-image-width
border-image-width: string
border-left
border-left: string
border-left-color
border-left-color: string
border-left-style
border-left-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-left-width
border-left-width: string
border-radius
border-radius: string
border-right
border-right: string
border-right-color
border-right-color: string
border-right-style
border-right-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-right-width
border-right-width: string
border-spacing
border-spacing: string
border-style
border-style: string
border-top
border-top: string
border-top-color
border-top-color: string
border-top-left-radius
border-top-left-radius: string
border-top-right-radius
border-top-right-radius: string
border-top-style
border-top-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-top-width
border-top-width: string
border-width
border-width: string
bottom
bottom: string
box-shadow
box-shadow: string
box-sizing
box-sizing: "border-box" | "content-box" | "inherit"
caption-side
caption-side: "top" | "bottom" | "inherit"
clear
clear: "both" | "none" | "left" | "right" | "inherit"
clip
clip: string
color
color: string
column-count
column-count: number | "auto"
column-fill
column-fill: "auto" | "balance"
column-gap
column-gap: string
column-rule
column-rule: string
column-rule-color
column-rule-color: string
column-rule-style
column-rule-style: "none" | "inset" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
column-rule-width
column-rule-width: string
column-span
column-span: "all" | 1
column-width
column-width: string
columns
columns: string
content
content: string
counter-increment
counter-increment: string
counter-reset
counter-reset: string
cursor
cursor: string
direction
direction: "ltr" | "rtl" | "inherit"
display
display: "inline" | "none" | "block" | "flex" | "grid" | "marker" | "inherit" | "table" | "inline-block" | "inline-flex" | "inline-grid" | "list-item" | "run-in" | "compact" | "inline-table" | "table-row-group" | "table-header-group" | "table-footer-group" | "table-row" | "table-column-group" | "table-column" | "table-cell" | "table-caption"
empty-cells
empty-cells: "hide" | "show" | "inherit"
filter
filter: string
flex
flex: string | number
flex-basis
flex-basis: string
flex-direction
flex-direction: "inherit" | "initial" | "row" | "row-reverse" | "column" | "column-reverse"
flex-flow
flex-flow: string
flex-grow
flex-grow: number | "inherit" | "initial"
flex-shrink
flex-shrink: number | "inherit" | "initial"
flex-wrap
flex-wrap: "inherit" | "initial" | "nowrap" | "wrap" | "wrap-reverse"
float
float: "none" | "left" | "right" | "inherit"
font
font: string
font-family
font-family: string
font-size
font-size: string
font-size-adjust
font-size-adjust: number | "none" | "inherit"
font-style
font-style: "normal" | "inherit" | "italic" | "oblique"
font-variant
font-variant: "normal" | "inherit" | "small-caps"
font-weight
font-weight: "bold" | "normal" | "lighter" | "inherit" | 100 | 300 | "bolder" | 200 | 400 | 500 | 600 | 700 | 800 | 900
gap
gap: string
height
height: string
inset
inset: string
justify-content
justify-content: "center" | "inherit" | "flex-start" | "flex-end" | "space-between" | "space-around" | "initial"
left
left: string
letter-spacing
letter-spacing: string
line-height
line-height: string | number
list-style
list-style: string
list-style-image
list-style-image: string
list-style-position
list-style-position: "inherit" | "inside" | "outside"
list-style-type
list-style-type: string
margin
margin: string
margin-bottom
margin-bottom: string
margin-left
margin-left: string
margin-right
margin-right: string
margin-top
margin-top: string
max-height
max-height: string
max-width
max-width: string
min-height
min-height: string
min-width
min-width: string
object-fit
object-fit: "fill" | "none" | "contain" | "inherit" | "initial" | "cover" | "scale-down"
object-position
object-position: "position" | "inherit" | "initial"
opacity
opacity: number | "inherit"
order
order: number | "inherit" | "initial"
outline
outline: string
outline-color
outline-color: string
outline-offset
outline-offset: string
outline-style
outline-style: "none" | "inset" | "inherit" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
outline-width
outline-width: string
overflow
overflow: "auto" | "inherit" | "hidden" | "visible" | "scroll"
overflow-wrap
overflow-wrap: "normal" | "break-word"
overflow-x
overflow-x: "auto" | "hidden" | "visible" | "scroll" | "no-display" | "no-content"
overflow-y
overflow-y: "auto" | "hidden" | "visible" | "scroll" | "no-display" | "no-content"
padding
padding: string
padding-bottom
padding-bottom: string
padding-left
padding-left: string
padding-right
padding-right: string
padding-top
padding-top: string
page-break-after
page-break-after: "auto" | "left" | "right" | "inherit" | "always" | "avoid"
page-break-before
page-break-before: "auto" | "left" | "right" | "inherit" | "always" | "avoid"
page-break-inside
page-break-inside: "auto" | "inherit" | "avoid"
perspective
perspective: number | "none"
perspective-origin
perspective-origin: string
pointer-events
pointer-events: "auto" | "none" | "inherit" | "initial"
position
position: "fixed" | "absolute" | "inherit" | "initial" | "relative" | "static" | "sticky"
quotes
quotes: string
resize
resize: "both" | "none" | "horizontal" | "vertical"
right
right: string
tab-size
tab-size: number | "length" | "inherit" | "initial"
table-layout
table-layout: "fixed" | "inherit" | "automatic"
text-align
text-align: "center" | "left" | "right" | "inherit" | "justify"
text-align-last
text-align-last: "auto" | "center" | "end" | "start" | "left" | "right" | "inherit" | "initial" | "justify"
text-decoration
text-decoration: "blink" | "none" | "inherit" | "underline" | "overline" | "line-through"
text-decoration-color
text-decoration-color: "color" | "inherit" | "initial"
text-decoration-line
text-decoration-line: "none" | "inherit" | "initial" | "underline" | "overline" | "line-through"
text-decoration-style
text-decoration-style: "inherit" | "initial" | "dotted" | "dashed" | "solid" | "double" | "wavy"
text-indent
text-indent: string
text-justify
text-justify: "trim" | "auto" | "inter-word" | "inter-ideograph" | "inter-cluster" | "distribute" | "kashida"
text-overflow
text-overflow: "string" | "clip" | "ellipsis"
text-shadow
text-shadow: string
text-transform
text-transform: "none" | "inherit" | "capitalize" | "uppercase" | "lowercase"
top
top: string
transform
transform: string
transform-origin
transform-origin: string
transform-style
transform-style: "flat" | "preserve-3d"
transition
transition: string
transition-delay
transition-delay: string
transition-duration
transition-duration: string
transition-property
transition-property: string
transition-timing-function
transition-timing-function: string
unicode-bidi
unicode-bidi: "normal" | "inherit" | "embed" | "initial" | "bidi-override"
user-select
user-select: "all" | "auto" | "none" | "contain" | "text"
vertical-align
vertical-align: string
visibility
visibility: "inherit" | "hidden" | "visible" | "collapse"
white-space
white-space: "normal" | "inherit" | "pre" | "nowrap" | "pre-wrap" | "pre-line"
width
width: string
word-break
word-break: "normal" | "break-all" | "keep-all"
word-spacing
word-spacing: string
word-wrap
word-wrap: "normal" | "break-word"
writing-mode
writing-mode: "horizontal-tb" | "vertical-rl" | "vertical-lr" | "sideways-rl" | "sideways-lr"
z-index
z-index: number | "auto" | "inherit"
CSS properties