diff options
author | Padeso <padeso@duck.com> | 2024-11-12 13:20:19 +0000 |
---|---|---|
committer | Padeso <padeso@duck.com> | 2024-11-12 13:20:19 +0000 |
commit | b672d10b67204ddd9271f4cb8582dae57d14032e (patch) | |
tree | 8a6fc19057927f6b550316a0edbe6ecd3376cde3 /non-empty-sites.css | |
download | non-empty-sites-b672d10b67204ddd9271f4cb8582dae57d14032e.tar.gz |
Initial commit
Diffstat (limited to 'non-empty-sites.css')
-rw-r--r-- | non-empty-sites.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/non-empty-sites.css b/non-empty-sites.css new file mode 100644 index 0000000..857c1fc --- /dev/null +++ b/non-empty-sites.css @@ -0,0 +1,10 @@ +:root { + font-family: sans-serif; +} +body { + background-color: aliceblue; +} +.sites { + column-width: 10rem; +} + |