diff options
Diffstat (limited to 'example/static')
| -rw-r--r-- | example/static/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/example/static/style.css b/example/static/style.css new file mode 100644 index 0000000..5b6ceca --- /dev/null +++ b/example/static/style.css @@ -0,0 +1,17 @@ +body { + margin: 2rem; +} + +h1 { + margin-top: 0; +} + +.container { + border: 2px dashed currentColor; + padding: 2rem; + max-width: 50rem; +} + +.menu-link { + margin-bottom: 0.5rem; +} |
