summaryrefslogtreecommitdiff
path: root/_werc/pub/test.css
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-05-26 12:30:17 +0000
committerRadiohotline <radiohotline@disroot.org>2026-05-26 12:30:17 +0000
commitb39758cf6c6d4b1b8de99e51cbff8120cff63a78 (patch)
treeb7ae796ed41696e3470434912e231dcae943a497 /_werc/pub/test.css
parentbb37417a6d50688e6090d4bd16a7e6c6ee8fbb89 (diff)
css
Diffstat (limited to '_werc/pub/test.css')
-rw-r--r--_werc/pub/test.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/_werc/pub/test.css b/_werc/pub/test.css
new file mode 100644
index 0000000..07278b3
--- /dev/null
+++ b/_werc/pub/test.css
@@ -0,0 +1,12 @@
+@font-face { font-family: 'vga'; src: url('/_werc/pub/VGAMedium.ttf') format('truetype'); font-display: swap; }
+body { display: flex; flex-wrap: wrap; font-family: sans-serif; background-color: #ffffea; }
+header { flex-basis: 100%; flex-shrink: 0; }
+article { flex-basis: 60%; padding-left: 1em; }
+footer { flex-basis: 100%; flex-shrink: 0; }
+header nav { display: flex; justify-content: space-between; }
+nav a, header a { text-decoration: none ; color: inherit; }
+header h1 span { margin-left: 1em; font-size: 50%; font-style: italic; }
+body > nav { flex-basis: content; padding-right: 1vw; min-width: 16em; }
+nav ul { display: flex; flex-direction: column; list-style-type: none; list-style-position: outside; padding-left: 0; }
+nav li ul { padding-left: 0.6em }
+footer { display: flex; justify-content: space-between; }