From 7db107d070ff7c853dda50201954e8c40c07b6e9 Mon Sep 17 00:00:00 2001 From: unwox Date: Fri, 27 Dec 2024 17:10:01 +0600 Subject: add an example site code --- example/static/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 example/static/style.css (limited to 'example/static') 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; +} -- cgit v1.2.3