CSS Cheat Sheet
CSS Cheat Sheet
H EE
S
AT
E
CH
Page 1 of 2
S
S
C
CSS
C
S
heat
heet
learntoprogram .tv
tag.className
#idName
tag#idName
tag[attribute]
tag[attribute=x]
Pseudo-selectors
All elements
tag
tag *
tag otherTag
tag, otherTag
tag + otherTag
.className
tag:first-child
tag:first-line
tag:first-letter
tag:hover
tag:active
tag:focus
tag:link
tag:visited
tag::before
tag::after
Positioning
display: inline, block,
none, initial, inherit
T
H EE
S
AT
E
CH
Page 2 of 2
S
S
C
learntoprogram .tv
margin(-top, -right,
-bottom, -left): length,
auto, initial, inherit
padding(-top, -right,
-bottom, -left): length,
initial, inherit
border: border-width,
border-style, bordercolor, initial, inherit
min/max-width/height:
length, initial, inherit
Text
text-align: left, right, center,
justify, initial, inherit
Font
font-family: font,
initial, inherit
font-size: medium,
xx-small, s-small,
small, large, x-large,
xx-large, smaller,
larger, length, initial,
inherit
font-style: normal,
italic, oblique, initial,
inherit
font-weight: normal,
bold, bolder, lighter,
(100, 200, 300, 400,
500, 600, 700, 800,
900), initial, inherit