aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-02-04 23:37:12 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-02-04 23:37:12 +0100
commit49b26cca36ba04ec4e92329589003383c8c439b6 (patch)
treeed80999d37511c1f91092426a57754a06eb16061 /style.css
Initial commitHEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..a69c9ca
--- /dev/null
+++ b/style.css
@@ -0,0 +1,27 @@
+body {
+ width: 40em;
+ margin: 2em;
+ font-size: 16px;
+ line-height: 1.4em;
+}
+
+h1 {
+ padding-bottom: 0.5em;
+ font-size: 26px;
+}
+
+h2 {
+ padding-bottom: 0.5em;
+ font-size: 22px;
+}
+
+pre {
+ padding: 1em;
+ font-size: 14px;
+ margin-bottom: 0.5em;
+}
+
+table {
+ border: 1px;
+}
+