diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-26 21:35:49 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 09:00:55 +0100 |
commit | e09a770ff294c254d0367d8040fcb43365865578 (patch) | |
tree | d366f2b0b74fd62522c6d9866c41e0f97f4c6060 /style.css |
initial commit
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..4d10490 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + font-family: sans; +} + +ul { + columns: 300px; +} |