Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

HTML Tags

========
h1/ h2/ h3/ h4/ h5/ h6
p
em / b / i
div / span
header/ footer / section/ aside/ main/ figure/ figcaption
a
table/ th/ td/ tr
pre
br/ hr
ul / ol/ li
img

==============
HTML attributes
===============
title
class
id
href
src
style

==============
CSS
==============

Box Properties
--------------
width/ height/ padding/ border/ margin/ outline
max-width/ max-height/ min-width/ min-height
border-radius
border-image
box-shadow
box-sizing

Text
-----
color
background-color
text-align
vertical-align
text-decoration
text-transform
letter-spacing
line-height
word-spacing
text-shadow
text-overflow
word-wrap
word-break
writing-mode

Fonts
-------
font-family
font-style
font-weight
font-size

Alignment
----------
display
position
overflow
float

Miscellaneous
--------------
opacity
z-index

Backgrounds
------------
background
background-image
background-size
background-repeat
linear-gradient
radial-gradient
object-fit

Transition
-----------
transition
transition-delay
transition-duration
transition-property
transition-timing-function

Transforms
------------
translate()
rotate()
scaleX()
scaleY()
scale()
skewX()
skewY()
skew()
matrix()

Multiple Columns
----------------
column-count
column-gap
column-rule-style
column-rule-width
column-rule-color
column-rule
column-span
column-width

Flexbox
-------

Grid Layout
------------

You might also like