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
- First task: Build a small shack.
- Second task: Make a garden.
- Third task: Install your solar panel.
- Fourth task: Enjoy your new home.
blockquote
"Why should I leave way for you?" said the dog. "You should have seen me coming."
img
table
The dog is inside the house | Fox went to the kitchen |
---|---|
Cooked | Eaten |
Positive | Experience |
Pipeline | Design |
code
console.log('Hello, world! This is my favorite design system.');
pre
const initial = 'Hello, world!';
console.log(initial);