about summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-07-01 23:43:32 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-07-01 23:43:32 +0200
commit137a1d412f7fc09448674fc77d7d8116eeff3b63 (patch)
tree2ace45a683afcb88408519ffaf4e226d6db1cbcb /style.css
downloadharcdzielnia-137a1d412f7fc09448674fc77d7d8116eeff3b63.tar.gz
harcdzielnia-137a1d412f7fc09448674fc77d7d8116eeff3b63.zip
init
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..8cc42e5
--- /dev/null
+++ b/style.css
@@ -0,0 +1,13 @@
+body {
+  max-width: 80ex;
+  margin: auto;
+}
+
+footer {
+  margin-bottom: 2em;
+}
+
+.list {
+  padding: 1ex;
+  border: 1px solid gray;
+}