CSS GUIv0.0.247DocsPropertiesGitHubLog inSign up

“The parameters comprise sequences which are theoretically infinite but limits are, of course, set to them in practice. There is an upward limit to size and certainly a downward one... Within these sequences there are reasonable bounds; extremes set by technical and functional experience”

In Designing Programmes by Karl Gerstner

Typography

Color
Background color
Font size
Font weight
Line height
Text align
Letter spacing
Text indent
Text transform
Font style
Vertical align
White space
Text decoration color
Text decoration line
Text decoration thickness
Text decoration skip ink
Text decoration skip
Text decoration style
Text shadow
0
Color
Offset x
Offset y
Blur
Font synthesis
Font variant caps
Font variant east asian
Font variant ligatures
Font variant numeric
Font variant position
Font stretch
Text orientation
Text overflow
Text align all
Text align last
Text emphasis color
Text emphasis position
Text emphasis style
Text rendering
Text underline position
Text wrap
Word spacing
normal
Word wrap
Widows
Width
Max width
Min width
.css-gui-element {
  max-width: 42em;
  width: 100%;
  text-decoration-style: solid;
  text-decoration-line: none;
  text-decoration-thickness: 0px;
  text-decoration-color: primary;
  line-height: 1.5;
  letter-spacing: initial;
  font-size: 3rem;
  font-family: Recursive;
  background-color: background;
  color: text;
}