Demo setup (#266)

This commit is contained in:
Daniel Lautzenheiser
2022-12-21 14:38:26 -05:00
committed by GitHub
parent f50cba56ea
commit e7d67e84e9
6 changed files with 1622 additions and 26 deletions

21
packages/demo/example.css Normal file
View File

@ -0,0 +1,21 @@
html,
body {
color: #444;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
padding: 20px;
}
h1 {
margin-top: 20px;
color: #666;
font-weight: bold;
font-size: 32px;
}
img {
max-width: 100%;
}