Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS: Text (Text (font-family (Web safe fonts (Arial, Courier New, Georgia,…
CSS: Text
Text
color
font-family
Font or a font stack
Falls back to a default font if unavailable
Web safe fonts
Arial
Courier New
Georgia
Times New Roman
Trebuchet MS
Verdana
Generic fonts
serif
sans-serif
monospace
cursive
fantasy
Font stacks
Comma-separated list of font familes
Generic font at the end as a fallback
Quoted names if spaces are contained
font-size
px
Absolute value
rem
Equal to the font-size on the root element
em
Equal to the font-size of the parent
Width of M
font-style
italic
Italics if available
Falls back to oblique
oblique
Simulated italics
font-weight
normal, bold
lighter, bolder
100 - 900
text-transform
uppercase, lowercase
capitalize
text-decoration
underline
line-through
Shorthand property
-line, -color, -stye
Accepts multiple values
text-shadow
Horizontal offset
Vertical offset
Blur radius
Color
Accepts multiple shadows
Text layout
text-align
left
right
center
justify
Use with hyphens
line-height
Absolute values
Unit-less multiplier of font-size
letter-spacing
word-spacing
Lists
Default styles
Top and bottom margins for all lists
Left padding for ordered and unordered lists
No spacing styles for list items
list-style
Shorthand property
-type
Bullet type
-position
inside
outside
-image
Custom bullet image
background-image can be used as an alternative
-type can be set as a fallback
Counting
List item attributes
value
Ordered list attributes
start
reversed
Links
Pseudo classes
:link
:visited
:focus
:hover
Mouse over
:active
Mouse down
Styling
Icons
background property
Underlines
border-bottom with no color
Horizontal list of links
List items set to display: inline
Links set to display: inline-block and given sizing
Web fonts
font-face at-rule
Bulletproof syntax
Limiting by unicode-range
Browser support
Modern
WOFF/WOFF2 (Web Open Font Format)
Older versions of IE
EOT (Embedded Open Type)
Older mobile browsers
SVG