CSS Playground
CSS Cheat Sheet with visual examples !
Spacing
Margin
The margin property sets the margin area on all four sides of an element.This box has a margin of 32 pixels.
margin: 32px;Padding
The padding property sets the padding area on all four sides of an element.This box has a padding of 32 pixels.
padding: 32px;Typography
Font Size
The font-size property sets the size of the font.This text has a font size of 1.25rem.
font-size: 1.25rem;Line Height
The line-height property sets the height of a line box.This text has a line height of 1.5.
line-height: 1.5;Typography
Font Size
The font-size property sets the size of the font.This text has a font size of 1.25rem.
font-size: 1.25rem;Line Height
The line-height property sets the height of a line box.This text has a line height of 1.5.
line-height: 1.5;Typography
Font Size
The font-size property sets the size of the font.This text has a font size of 1.25rem.
font-size: 1.25rem;Line Height
The line-height property sets the height of a line box.This text has a line height of 1.5.
line-height: 1.5;