Typography

Styles for headings, paragraphs, lists...etc

h1

The quick brown fox jumps over the lazy dog

h2

The quick brown fox jumps over the lazy dog

h3

The quick brown fox jumps over the lazy dog

h4

The quick brown fox jumps over the lazy dog

h5

The quick brown fox jumps over the lazy dog

h6

The quick brown fox jumps over the lazy dog

a

p

The dog was so lazy that he didn't even bother to move out of the way. Do not be like the dog. Do not be the fox either. Create your own path.

ul

  • First task: Build a small shack.
  • Second task: Make a garden.
  • Third task: Install your solar panel.
  • Fourth task: Enjoy your new home.

ol

  1. First task: Build a small shack.
  2. Second task: Make a garden.
  3. Third task: Install your solar panel.
  4. Fourth task: Enjoy your new home.

blockquote

"Why should I leave way for you?" said the dog. "You should have seen me coming."

img

AstraIcons

table

The dog is inside the houseFox went to the kitchen
CookedEaten
PositiveExperience
PipelineDesign

code

console.log('Hello, world! This is my favorite design system.');

pre

const initial = 'Hello, world!';           
console.log(initial);