Ryan Alvarado

HTML & CSS Cheat Sheet

HTML or Hypertext Markup Language is used through out the web to build various webpages. It first appeared 1993 and extended from SGML
(standard generalized markup language) which was used to manipulate the way text is displayed.
<!–…–>Describe a comment text in the source code 
<!doctype>Defines a document type 
<a>Specific a anchor (Hyperlink)
Use for link in internal/external web documents.
 
<abbr>Describes an abbreviation (acronyms) 
<acronym>Describes an acronymsREMOVE
<address>Describes an address information 
<applet>Embedding an applet in HTML documentREMOVE
<area>Defines an area in an image map 
<article>Defines an articleNEW
<aside>Describes contain set(or write) on aside place in page containNEW
<audio>Specific audio contentNEW
<b>Specific text weight bold 
<base>Define a base URL for all the links with in a web page 
<basefont>Describes a default font color, size, face in a documentREMOVE
<bb>Define browser command, that command invoke as per client actionNEW/ REMOVE
<bdo>Specific direction of text display 
<big>Defines a big textREMOVE
<blockquote>Specifies a long quotation 
<body>Defines a main section(body) part in HTML document 
<br />Specific a single line break 
<button>Specifies a press/push button 
<canvas>Specifies the display graphics on HTML web docummentNEW
<caption>Define a table caption 
<center>Specifies a text is display in center alignREMOVE
<cite>Specifies a text citation 
<code>Specifies computer code text 
<col>Specifies a each column within a <colgroup> element in table 
<colgroup>Defines a group of one or more columns inside table 
<command>Define a command button, invoke as per user actionNEW
<datagrid>Define a represent data in datagrid either list wise or tree wiseNEW/ REMOVE
<datalist>Define a list of pre-defined options surrounding <input> tagNEW
<dd>Defines a definition description in a definition list 
<del>Specific text deleted in web document 
<details>Define a additional details hide or show as per user actionNEW
<dfn>Define a definition team 
<dialog>Define a chat conversation between one or more personNEW/ REMOVE
<dir>Define a directory listREMOVE
<div>Define a division part 
<dl>Define a definition list 
<dt>Define a definition team 
<em>Define a text is emphasize format 
<embed>Define a embedding external application using a relative plug-inNEW
<eventsource>Defines a source of event generates to remote serverNEW/ REMOVE
<fieldset>Defines a grouping of related form elements 
<figcaption>Represents a caption text corresponding with a figure elementNEW
<figure>Represents self-contained content corresponding with a <figcaption> elementNEW
<font>Defines a font size, font face and font color for its textREMOVE
<footer>Defines a footer section containing details about the author, copyright, contact us, sitemap, or links to related documents.NEW
<form>Defines a form section that having interactive input controls to submit form information to a server. 
<frame>Defines frame window.REMOVE
<frameset>Used to holds one or more <frame> elements.REMOVE
<h1> to <h6>Defines a Headings level from 1 to 6 different sizes. 
<head>Defines header section of HTML document. 
<header>Defines as a container that hold introductory content or navigation links.NEW
<hgroup>Defines the heading of a section that hold the h1 to h6 tags.NEW/ REMOVE
<hr />Represent a thematic break between paragraph-level tags. It is typically draw horizontal line. 
<html>Define a document is a HTML markup language 
<i>Defines a italic format text 
<iframe>Defines a inline frame that embedded external content into current web document. 
<img>Used to insert image into a web document. 
<input>Define a get information in selected input 
<ins>Used to indicate text that is inserted into a page and indicates changes to a document. 
<isindex>Used to create a single line search prompt for querying the contents of the document.REMOVE
<kbd>Used to identify text that are represents keyboard input. 
<keygen>Used to generate signed certificate, which is used to authenticate to services.NEW/ REMOVE
<label>Used to caption a text label with a form <input> element. 
<legend>Used to add a caption (title) to a group of related form elements that are grouped together into the <fieldset> tag. 
<li>Define a list item either ordered list or unordered list. 
<link>Used to load an external stylesheets into HTML document. 
<map>Defines an clickable image map. 
<mark>Used to highlighted (marked) specific text.NEW
<menu>Used to display a unordered list of items/menu of commands. 
<meta>Used to provide structured metadata about a web page. 
<meter>Used to measure data within a given range.NEW
<nav>Used to defines group of navigation links.NEW
<noframes>Used to provide a fallback content to the browser that does not support the <frame> element.REMOVE
<noscript>Used to provide an fall-back content to the browser that does not support the JavaScript. 
<object>Used to embedded objects such as images, audio, videos, Java applets, and Flash animations. 
<ol>Defines an ordered list of items. 
<optgroup>Used to create a grouping of options, the related options are grouped under specific headings. 
<option>Represents option items within a <select><optgroup> or <datalist> element. 
<output>Used for representing the result of a calculation.NEW
<p>Used to represents a paragraph text. 
<param>Provides parameters for embedded object element. 
<pre>Used to represents preformatted text. 
<progress>Represents the progress of a task.NEW
<q>Represents the short quotation. 
<rp>Used to provide parentheses around fall-back content to the browser that does not support the ruby annotations.NEW
<rt>Specifies the ruby text of ruby annotation.NEW
<ruby>Used to represents a ruby annotation.NEW
<s>Text display in strikethrough style. 
<samp>Represents text that should be interpreted as sample output from a computer program. 
<script>Defines client-side JavaScript. 
<section>Used to divide a document into number of different generic section.NEW
<select>Used to create a drop-down list. 
<small>Used to makes the text one size smaller. 
<source>Used to specifies multiple media resources.NEW
<span>Used to grouping and applying styles to inline elements. 
<strike>Represents strikethrough text.REMOVE
<strong>Represents strong emphasis greater important text. 
<style>Used to add CSS style to an HTML document. 
<sub>Represents inline subscript text. 
<sup>Represents inline superscript text. 
<table>Used to defines a table in an HTML document. 
<tbody>Used for grouping table rows. 
<td>Used for creates standard data cell in HTML table. 
<textarea>Create multi-line text input. 
<tfoot>Used to adding a footer to a table that containing summary of the table data. 
<th>Used for creates header of a group of cell in HTML table. 
<thead>Used to adding a header to a table that containing header information of the table. 
<time>Represents the date and/or time in an HTML document.NEW
<title>Represents title to an HTML document. 
<tr>Defines a row of cells in a table. 
<track>Represents text tracks for both the <audio> and <video> tags.NEW
<tt>Represents teletype text.REMOVE
<u>Represents underlined text. 
<ul>Defines an unordered list of items. 
<var>Represents a variable in a computer program or mathematical equation. 
<video>Used to embed video content.NEW
<wbr>Defines a word break opportunity in a long string of text.NEW

A

accent-colorSpecifies an accent color for user-interface controls
align-contentSpecifies the alignment between the lines inside a flexible container when the items do not use all available space
align-itemsSpecifies the alignment for items inside a flexible container
align-selfSpecifies the alignment for selected items inside a flexible container
allResets all properties (except unicode-bidi and direction)
animationA shorthand property for all the animation-* properties
animation-delaySpecifies a delay for the start of an animation
animation-directionSpecifies whether an animation should be played forwards, backwards or in alternate cycles
animation-durationSpecifies how long an animation should take to complete one cycle
animation-fill-modeSpecifies a style for the element when the animation is not playing (before it starts, after it ends, or both)
animation-iteration-countSpecifies the number of times an animation should be played
animation-nameSpecifies a name for the @keyframes animation
animation-play-stateSpecifies whether the animation is running or paused
animation-timing-functionSpecifies the speed curve of an animation
aspect-ratioSpecifies preferred aspect ratio of an element

B

backdrop-filterDefines a graphical effect to the area behind an element
backface-visibilityDefines whether or not the back face of an element should be visible when facing the user
backgroundA shorthand property for all the background-* properties
background-attachmentSets whether a background image scrolls with the rest of the page, or is fixed
background-blend-modeSpecifies the blending mode of each background layer (color/image)
background-clipDefines how far the background (color or image) should extend within an element
background-colorSpecifies the background color of an element
background-imageSpecifies one or more background images for an element
background-originSpecifies the origin position of a background image
background-positionSpecifies the position of a background image
background-position-xSpecifies the position of a background image on x-axis
background-position-ySpecifies the position of a background image on y-axis
background-repeatSets if/how a background image will be repeated
background-sizeSpecifies the size of the background images
block-sizeSpecifies the size of an element in block direction
borderA shorthand property for border-width, border-style and border-color
border-blockA shorthand property for border-block-width, border-block-style and border-block-color
border-block-colorSets the color of the borders at start and end in the block direction
border-block-end-colorSets the color of the border at the end in the block direction
border-block-end-styleSets the style of the border at the end in the block direction
border-block-end-widthSets the width of the border at the end in the block direction
border-block-start-colorSets the color of the border at the start in the block direction
border-block-start-styleSets the style of the border at the start in the block direction
border-block-start-widthSets the width of the border at the start in the block direction
border-block-styleSets the style of the borders at start and end in the block direction
border-block-widthSets the width of the borders at start and end in the block direction
border-bottomA shorthand property for border-bottom-width, border-bottom-style and border-bottom-color
border-bottom-colorSets the color of the bottom border
border-bottom-left-radiusDefines the radius of the border of the bottom-left corner
border-bottom-right-radiusDefines the radius of the border of the bottom-right corner
border-bottom-styleSets the style of the bottom border
border-bottom-widthSets the width of the bottom border
border-collapseSets whether table borders should collapse into a single border or be separated
border-colorSets the color of the four borders
border-imageA shorthand property for all the border-image-* properties
border-image-outsetSpecifies the amount by which the border image area extends beyond the border box
border-image-repeatSpecifies whether the border image should be repeated, rounded or stretched
border-image-sliceSpecifies how to slice the border image
border-image-sourceSpecifies the path to the image to be used as a border
border-image-widthSpecifies the width of the border image
border-inlineA shorthand property for border-inline-width, border-inline-style and border-inline-color
border-inline-colorSets the color of the borders at start and end in the inline direction
border-inline-end-colorSets the color of the border at the end in the inline direction
border-inline-end-styleSets the style of the border at the end in the inline direction
border-inline-end-widthSets the width of the border at the end in the inline direction
border-inline-start-colorSets the color of the border at the start in the inline direction
border-inline-start-styleSets the style of the border at the start in the inline direction
border-inline-start-widthSets the width of the border at the start in the inline direction
border-inline-styleSets the style of the borders at start and end in the inline direction
border-inline-widthSets the width of the borders at start and end in the inline direction
border-leftA shorthand property for all the border-left-* properties
border-left-colorSets the color of the left border
border-left-styleSets the style of the left border
border-left-widthSets the width of the left border
border-radiusA shorthand property for the four border-*-radius properties
border-rightA shorthand property for all the border-right-* properties
border-right-colorSets the color of the right border
border-right-styleSets the style of the right border
border-right-widthSets the width of the right border
border-spacingSets the distance between the borders of adjacent cells
border-styleSets the style of the four borders
border-topA shorthand property for border-top-width, border-top-style and border-top-color
border-top-colorSets the color of the top border
border-top-left-radiusDefines the radius of the border of the top-left corner
border-top-right-radiusDefines the radius of the border of the top-right corner
border-top-styleSets the style of the top border
border-top-widthSets the width of the top border
border-widthSets the width of the four borders
bottomSets the elements position, from the bottom of its parent element
box-decoration-breakSets the behavior of the background and border of an element at page-break, or, for in-line elements, at line-break.
box-reflectThe box-reflect property is used to create a reflection of an element.
box-shadowAttaches one or more shadows to an element
box-sizingDefines how the width and height of an element are calculated: should they include padding and borders, or not
break-afterSpecifies whether or not a page-, column-, or region-break should occur after the specified element
break-beforeSpecifies whether or not a page-, column-, or region-break should occur before the specified element
break-insideSpecifies whether or not a page-, column-, or region-break should occur inside the specified element

C

caption-sideSpecifies the placement of a table caption
caret-colorSpecifies the color of the cursor (caret) in inputs, textareas, or any element that is editable
@charsetSpecifies the character encoding used in the style sheet
clearSpecifies what should happen with the element that is next to a floating element
clipClips an absolutely positioned element
colorSets the color of text
column-countSpecifies the number of columns an element should be divided into
column-fillSpecifies how to fill columns, balanced or not
column-gapSpecifies the gap between the columns
column-ruleA shorthand property for all the column-rule-* properties
column-rule-colorSpecifies the color of the rule between columns
column-rule-styleSpecifies the style of the rule between columns
column-rule-widthSpecifies the width of the rule between columns
column-spanSpecifies how many columns an element should span across
column-widthSpecifies the column width
columnsA shorthand property for column-width and column-count
contentUsed with the :before and :after pseudo-elements, to insert generated content
counter-incrementIncreases or decreases the value of one or more CSS counters
counter-resetCreates or resets one or more CSS counters
cursorSpecifies the mouse cursor to be displayed when pointing over an element

D

directionSpecifies the text direction/writing direction
displaySpecifies how a certain HTML element should be displayed

E

empty-cellsSpecifies whether or not to display borders and background on empty cells in a table

F

filterDefines effects (e.g. blurring or color shifting) on an element before the element is displayed
flexA shorthand property for the flex-grow, flex-shrink, and the flex-basis properties
flex-basisSpecifies the initial length of a flexible item
flex-directionSpecifies the direction of the flexible items
flex-flowA shorthand property for the flex-direction and the flex-wrap properties
flex-growSpecifies how much the item will grow relative to the rest
flex-shrinkSpecifies how the item will shrink relative to the rest
flex-wrapSpecifies whether the flexible items should wrap or not
floatSpecifies whether an element should float to the left, right, or not at all
fontA shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties
@font-faceA rule that allows websites to download and use fonts other than the “web-safe” fonts
font-familySpecifies the font family for text
font-feature-settingsAllows control over advanced typographic features in OpenType fonts
@font-feature-valuesAllows authors to use a common name in font-variant-alternate for feature activated differently in OpenType
font-kerningControls the usage of the kerning information (how letters are spaced)
font-language-overrideControls the usage of language-specific glyphs in a typeface
font-sizeSpecifies the font size of text
font-size-adjustPreserves the readability of text when font fallback occurs
font-stretchSelects a normal, condensed, or expanded face from a font family
font-styleSpecifies the font style for text
font-synthesisControls which missing typefaces (bold or italic) may be synthesized by the browser
font-variantSpecifies whether or not a text should be displayed in a small-caps font
font-variant-alternatesControls the usage of alternate glyphs associated to alternative names defined in @font-feature-values
font-variant-capsControls the usage of alternate glyphs for capital letters
font-variant-east-asianControls the usage of alternate glyphs for East Asian scripts (e.g Japanese and Chinese)
font-variant-ligaturesControls which ligatures and contextual forms are used in textual content of the elements it applies to
font-variant-numericControls the usage of alternate glyphs for numbers, fractions, and ordinal markers
font-variant-positionControls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font
font-weightSpecifies the weight of a font

G

gapA shorthand property for the row-gap and the column-gap properties
gridA shorthand property for the grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and the grid-auto-flow properties
grid-areaEither specifies a name for the grid item, or this property is a shorthand property for the grid-row-startgrid-column-startgrid-row-end, and grid-column-end properties
grid-auto-columnsSpecifies a default column size
grid-auto-flowSpecifies how auto-placed items are inserted in the grid
grid-auto-rowsSpecifies a default row size
grid-columnA shorthand property for the grid-column-start and the grid-column-end properties
grid-column-endSpecifies where to end the grid item
grid-column-gapSpecifies the size of the gap between columns
grid-column-startSpecifies where to start the grid item
grid-gapA shorthand property for the grid-row-gap and grid-column-gap properties
grid-rowA shorthand property for the grid-row-start and the grid-row-end properties
grid-row-endSpecifies where to end the grid item
grid-row-gapSpecifies the size of the gap between rows
grid-row-startSpecifies where to start the grid item
grid-templateA shorthand property for the grid-template-rowsgrid-template-columns and grid-areas properties
grid-template-areasSpecifies how to display columns and rows, using named grid items
grid-template-columnsSpecifies the size of the columns, and how many columns in a grid layout
grid-template-rowsSpecifies the size of the rows in a grid layout

H

hanging-punctuationSpecifies whether a punctuation character may be placed outside the line box
heightSets the height of an element
hyphensSets how to split words to improve the layout of paragraphs

I

image-renderingSpecifies the type of algorithm to use for image scaling
@importAllows you to import a style sheet into another style sheet
inline-sizeSpecifies the size of an element in the inline direction
insetSpecifies the distance between an element and the parent element
inset-blockSpecifies the distance between an element and the parent element in the block direction
inset-block-endSpecifies the distance between the end of an element and the parent element in the block direction
inset-block-startSpecifies the distance between the start of an element and the parent element in the block direction
inset-inlineSpecifies the distance between an element and the parent element in the inline direction
inset-inline-endSpecifies the distance between the end of an element and the parent element in the inline direction
inset-inline-startSpecifies the distance between the start of an element and the parent element in the inline direction
isolationDefines whether an element must create a new stacking content

J

justify-contentSpecifies the alignment between the items inside a flexible container when the items do not use all available space
justify-itemsIs set on the grid container. Specifies the alignment of grid items in the inline direction
justify-selfIs set on the grid item. Specifies the alignment of the grid item in the inline direction

K

@keyframesSpecifies the animation code

L

leftSpecifies the left position of a positioned element
letter-spacingIncreases or decreases the space between characters in a text
line-breakSpecifies how/if to break lines
line-heightSets the line height
list-styleSets all the properties for a list in one declaration
list-style-imageSpecifies an image as the list-item marker
list-style-positionSpecifies the position of the list-item markers (bullet points)
list-style-typeSpecifies the type of list-item marker

M

marginSets all the margin properties in one declaration
margin-blockSpecifies the margin in the block direction
margin-block-endSpecifies the margin at the end in the block direction
margin-block-startSpecifies the margin at the start in the block direction
margin-bottomSets the bottom margin of an element
margin-inlineSpecifies the margin in the inline direction
margin-inline-endSpecifies the margin at the end in the inline direction
margin-inline-startSpecifies the margin at the start in the inline direction
margin-leftSets the left margin of an element
margin-rightSets the right margin of an element
margin-topSets the top margin of an element
maskHides parts of an element by masking or clipping an image at specific places
mask-clipSpecifies the mask area
mask-compositeRepresents a compositing operation used on the current mask layer with the mask layers below it
mask-imageSpecifies an image to be used as a mask layer for an element
mask-modeSpecifies whether the mask layer image is treated as a luminance mask or as an alpha mask
mask-originSpecifies the origin position (the mask position area) of a mask layer image
mask-positionSets the starting position of a mask layer image (relative to the mask position area)
mask-repeatSpecifies how the mask layer image is repeated
mask-sizeSpecifies the size of a mask layer image
mask-typeSpecifies whether an SVG <mask> element is treated as a luminance mask or as an alpha mask
max-heightSets the maximum height of an element
max-widthSets the maximum width of an element
@mediaSets the style rules for different media types/devices/sizes
max-block-sizeSets the maximum size of an element in the block direction
max-inline-sizeSets the maximum size of an element in the inline direction
min-block-sizeSets the minimum size of an element in the block direction
min-inline-sizeSets the minimum size of an element in the inline direction
min-heightSets the minimum height of an element
min-widthSets the minimum width of an element
mix-blend-modeSpecifies how an element’s content should blend with its direct parent background

O

object-fitSpecifies how the contents of a replaced element should be fitted to the box established by its used height and width
object-positionSpecifies the alignment of the replaced element inside its box
offsetIs a shorthand, and specifies how to animate an element along a path
offset-anchorSpecifies a point on an element that is fixed to the path it is animated along
offset-distanceSpecifies the position along a path where an animated element is placed
offset-pathSpecifies the path an element is animated along
offset-rotateSpecifies rotation of an element as it is animated along a path
opacitySets the opacity level for an element
orderSets the order of the flexible item, relative to the rest
orphansSets the minimum number of lines that must be left at the bottom of a page or column
outlineA shorthand property for the outline-width, outline-style, and the outline-color properties
outline-colorSets the color of an outline
outline-offsetOffsets an outline, and draws it beyond the border edge
outline-styleSets the style of an outline
outline-widthSets the width of an outline
overflowSpecifies what happens if content overflows an element’s box
overflow-anchorSpecifies whether or not content in viewable area in a scrollable contianer should be pushed down when new content is loaded above
overflow-wrapSpecifies whether or not the browser can break lines with long words, if they overflow the container
overflow-xSpecifies whether or not to clip the left/right edges of the content, if it overflows the element’s content area
overflow-ySpecifies whether or not to clip the top/bottom edges of the content, if it overflows the element’s content area
overscroll-behaviorSpecifies whether to have scroll chaining or overscroll affordance in x- and y-directions
overscroll-behavior-blockSpecifies whether to have scroll chaining or overscroll affordance in the block direction
overscroll-behavior-inlineSpecifies whether to have scroll chaining or overscroll affordance in the inline direction
overscroll-behavior-xSpecifies whether to have scroll chaining or overscroll affordance in x-direction
overscroll-behavior-ySpecifies whether to have scroll chaining or overscroll affordance in y-directions

P

paddingA shorthand property for all the padding-* properties
padding-blockSpecifies the padding in the block direction
padding-block-endSpecifies the padding at the end in the block direction
padding-block-startSpecifies the padding at the start in the block direction
padding-bottomSets the bottom padding of an element
padding-inlineSpecifies the padding in the inline direction
padding-inline-endSpecifies the padding at the end in the inline direction
padding-inline-startSpecifies the padding at the start in the inline direction
padding-leftSets the left padding of an element
padding-rightSets the right padding of an element
padding-topSets the top padding of an element
page-break-afterSets the page-break behavior after an element
page-break-beforeSets the page-break behavior before an element
page-break-insideSets the page-break behavior inside an element
paint-orderSets the order of how an SVG element or text is painted.
perspectiveGives a 3D-positioned element some perspective
perspective-originDefines at which position the user is looking at the 3D-positioned element
place-contentSpecifies align-content and justify-content property values for flexbox and grid layouts
place-itemsSpecifies align-items and justify-items property values for grid layouts
place-selfSpecifies align-self and justify-self property values for grid layouts
pointer-eventsDefines whether or not an element reacts to pointer events
positionSpecifies the type of positioning method used for an element (static, relative, absolute or fixed)

Q

quotesSets the type of quotation marks for embedded quotations

R

resizeDefines if (and how) an element is resizable by the user
rightSpecifies the right position of a positioned element
rotateSpecifies the rotation of an element
row-gapSpecifies the gap between the grid rows

S

scaleSpecifies the size of an element by scaling up or down
scroll-behaviorSpecifies whether to smoothly animate the scroll position in a scrollable box, instead of a straight jump
scroll-marginSpecifies the margin between the snap position and the container
scroll-margin-blockSpecifies the margin between the snap position and the container in the block direction
scroll-margin-block-endSpecifies the end margin between the snap position and the container in the block direction
scroll-margin-block-startSpecifies the start margin between the snap position and the container in the block direction
scroll-margin-bottomSpecifies the margin between the snap position on the bottom side and the container
scroll-margin-inlineSpecifies the margin between the snap position and the container in the inline direction
scroll-margin-inline-endSpecifies the end margin between the snap position and the container in the inline direction
scroll-margin-inline-startSpecifies the start margin between the snap position and the container in the inline direction
scroll-margin-leftSpecifies the margin between the snap position on the left side and the container
scroll-margin-rightSpecifies the margin between the snap position on the right side and the container
scroll-margin-topSpecifies the margin between the snap position on the top side and the container
scroll-paddingSpecifies the distance from the container to the snap position on the child elements
scroll-padding-blockSpecifies the distance in block direction from the container to the snap position on the child elements
scroll-padding-block-endSpecifies the distance in block direction from the end of the container to the snap position on the child elements
scroll-padding-block-startSpecifies the distance in block direction from the start of the container to the snap position on the child elements
scroll-padding-bottomSpecifies the distance from the bottom of the container to the snap position on the child elements
scroll-padding-inlineSpecifies the distance in inline direction from the container to the snap position on the child elements
scroll-padding-inline-endSpecifies the distance in inline direction from the end of the container to the snap position on the child elements
scroll-padding-inline-startSpecifies the distance in inline direction from the start of the container to the snap position on the child elements
scroll-padding-leftSpecifies the distance from the left side of the container to the snap position on the child elements
scroll-padding-rightSpecifies the distance from the right side of the container to the snap position on the child elements
scroll-padding-topSpecifies the distance from the top of the container to the snap position on the child elements
scroll-snap-alignSpecifies where to position elements when the user stops scrolling
scroll-snap-stopSpecifies scroll behaviour after fast swipe on trackpad or touch screen
scroll-snap-typeSpecifies how snap behaviour should be when scrolling

T

tab-sizeSpecifies the width of a tab character
table-layoutDefines the algorithm used to lay out table cells, rows, and columns
text-alignSpecifies the horizontal alignment of text
text-align-lastDescribes how the last line of a block or a line right before a forced line break is aligned when text-align is “justify”
text-combine-uprightSpecifies the combination of multiple characters into the space of a single character
text-decorationSpecifies the decoration added to text
text-decoration-colorSpecifies the color of the text-decoration
text-decoration-lineSpecifies the type of line in a text-decoration
text-decoration-styleSpecifies the style of the line in a text decoration
text-decoration-thicknessSpecifies the thickness of the decoration line
text-emphasisApplies emphasis marks to text
text-indentSpecifies the indentation of the first line in a text-block
text-justifySpecifies the justification method used when text-align is “justify”
text-orientationDefines the orientation of characters in a line
text-overflowSpecifies what should happen when text overflows the containing element
text-shadowAdds shadow to text
text-transformControls the capitalization of text
text-underline-positionSpecifies the position of the underline which is set using the text-decoration property
topSpecifies the top position of a positioned element
transformApplies a 2D or 3D transformation to an element
transform-originAllows you to change the position on transformed elements
transform-styleSpecifies how nested elements are rendered in 3D space
transitionA shorthand property for all the transition-* properties
transition-delaySpecifies when the transition effect will start
transition-durationSpecifies how many seconds or milliseconds a transition effect takes to complete
transition-propertySpecifies the name of the CSS property the transition effect is for
transition-timing-functionSpecifies the speed curve of the transition effect
translateSpecifies the position of an element

U

unicode-bidiUsed together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document
user-selectSpecifies whether the text of an element can be selected

V

vertical-alignSets the vertical alignment of an element
visibilitySpecifies whether or not an element is visible

W

white-spaceSpecifies how white-space inside an element is handled
widowsSets the minimum number of lines that must be left at the top of a page or column
widthSets the width of an element
word-breakSpecifies how words should break when reaching the end of a line
word-spacingIncreases or decreases the space between words in a text
word-wrapAllows long, unbreakable words to be broken and wrap to the next line
writing-modeSpecifies whether lines of text are laid out horizontally or vertically

Z

z-indexSets the stack order of a positioned element