Web Development HTML and Css Cheatsheet
Web Development HTML and Css Cheatsheet
Defines a term/name in a
<dt> N/A
description list
Defines a description of a
<dd> N/A
term/name in a description list
Defines an abbreviation or
<abbr> title
acronym
Defines an
<rt> explanation/pronunciation of N/A
characters
align-items Aligns flex items along the cross axis stretch, flex-start, flex-end,
center, baseline
animation- Specifies how a CSS animation applies none, forwards, backwards, both
fill-mode styles to its target before/after
execution
animation- Specifies the speed curve of the ease, linear, ease-in, ease-out,
timing- animation ease-in-out, step-start, step-
function end, steps(), cubic-bezier()
background- Specifies the starting position of the top, left, center, right, bottom,
position background image x% y%, xpx ypx
background- Specifies if/how the background image repeat, repeat-x, repeat-y, no-
repeat repeats repeat, space, round
background- Specifies the size of the background auto, cover, contain, length,
size image percentage
border- Defines the style of the bottom border none, solid, dashed, dotted,
bottom-style double, groove, ridge, inset,
outset
border- Defines the width of the bottom border thin, medium, thick, length
bottom-width
border-image- Specifies whether the border image stretch, repeat, round, space
repeat should be repeated, rounded, or
stretched
border-image- Specifies how to slice the border image number, percentage, fill
slice
border-image- Specifies the width of the border image length, percentage, auto
width
border-left- Specifies the style of the left border none, solid, dashed, dotted,
style double, groove, ridge, inset,
outset
border-left- Specifies the width of the left border thin, medium, thick, length
width
border-right- Specifies the style of the right border none, solid, dashed, dotted,
style double, groove, ridge, inset,
outset
border-right- Specifies the width of the right border thin, medium, thick, length
width
border-style Specifies the style of the border none, solid, dashed, dotted,
double, groove, ridge, inset,
outset
border-top- Specifies the style of the top border none, solid, dashed, dotted,
style double, groove, ridge, inset,
outset
border-top- Specifies the width of the top border thin, medium, thick, length
width
border-width Specifies the width of the border thin, medium, thick, length
break-after Specifies how page, column, or region auto, always, avoid, left, right,
breaks behave after the generated box page, column, region
break-before Specifies how page, column, or region auto, always, avoid, left, right,
breaks behave before the generated box page, column, region
break-inside Specifies how page, column, or region auto, avoid, avoid-page, avoid-
breaks behave inside the generated box column, avoid-region
clip-path Specifies a clipping path for an element url(), none, circle(), ellipse(),
polygon()
column-rule- Specifies the style of the rule between none, solid, dashed, dotted,
style columns double, groove, ridge, inset,
outset
column-rule- Specifies the width of the rule between length, thin, medium, thick
width columns
flex- Specifies the direction of the flexible row, row-reverse, column, column-
direction items reverse
flex-wrap Specifies whether flex items should wrap nowrap, wrap, wrap-reverse
or not
font-weight Specifies the weight (boldness) of the normal, bold, bolder, lighter,
font 100 to 900
grid-auto- Controls how the auto-placement row, column, dense, row dense,
flow algorithm works column dense
grid-column- Specifies where to end the grid item auto, span, number, line-name
end
grid-column- Specifies where to start the grid item auto, span, number, line-name
start
grid-row-end Specifies where to end the grid item auto, span, number, line-name
grid-row- Specifies where to start the grid item auto, span, number, line-name
start