about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-07-27 14:25:34 +0200
committerana <ana@ana.st>2021-07-27 14:25:34 +0200
commitf0806bd799c7ba027289f6bd667fa3ef23c7c9ab (patch)
treeefe1eab9a442ad0cd4926512016ffb8efe1c0e64 /style.css
parentb7831d771d242119a634deaa905ddfc686bc7c6b (diff)
downloadwww-2-f0806bd799c7ba027289f6bd667fa3ef23c7c9ab.tar.gz
initial commit
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..f6aabeb
--- /dev/null
+++ b/style.css
@@ -0,0 +1,14 @@
+body {
+  font-family: Arial, Helvetica, sans-serif; 
+  max-width: 40em;
+  line-height: 20px;
+}
+
+#content {
+  margin-top: 20px;
+  margin-left: 20px;
+  padding: 10px 20px;
+  border-width: 1px;
+  border-style: solid;
+  border-color: #000;
+}