Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS - Coggle Diagram
CSS
CSS Text
color
text-align
center
left
right
justify
Text Direction
direction
unicode-bidi
vertical-align
baseline
text-top
text-bottom
sub
super
text-decoration
none
overline
underline
line-through
text-transform
uppercase
lowercase
capitalize
Text Spacing
text-indent (?px)
letter-spacing (?px)
line-height (0.8)
word-spacing (?px)
white-space (nowrap)
text-shadow (2px 2px 5px red)
text-overflow
text-indent
CSS Align
margin
text-align
display
position
float
transform
height
line-height
padding
CSS Fonts
font-family (required)
font-style
font-weight
font-variant
font-variant
Google Fonts (link)
font-size/line-height (required)
font
CSS Tables
border
border-collapse
border-spacing
caption-side
empty-cells
table-layout
width
height
CSS Backgrounds
background-repeat
background-image
background-attachment
background-color
background-position
background
CSS Height/Width
height
auto
length (in px, cm etc.)
&
initial
inherit
max-height
min-height
max-width
min-width
width
CSS Margins
margin
margin values
auto
length (in px, pt, cm, etc.)
%
inherit
margin-top
margin-right
margin-left
margin-bottom
CSS Borders
border-style (required)
double
groove
solid
ridge
dashed
inset
dotted
outset
none
hidden
border-width
px
pt
cm
em
etc
thin
medium
thick
border color
name
hex
rgb
hsl
transparent
Border Sides
border-top-style
border-right-style
border-bottom-style
border-left-style
border-radius
CSS Padding
padding (value=px)
padding-bottom
padding-left
padding-right
padding-top
CSS Colors
hsla
opacity
hsl
rgba
CSS Box Model
Margin
Border
Padding
Content
CSS Opacity
opacity