aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-01-07 19:05:12 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-01-07 19:07:11 +0100
commit13fd6cd8bc8a4fcfdc0fd1e89dc57ea9c1d1b3c0 (patch)
tree74f1a0eba45b268265359155914d2a9c0141642f /style.css
Initial commitHEADmain
Diffstat (limited to 'style.css')
-rw-r--r--style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..e54ba0f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,36 @@
+body {
+ width: 40em;
+ margin: 1em 3em;
+ font-size: 16px;
+ line-height: 1.4em;
+}
+
+h1,h2,h3,h4,h5,h6 {
+ 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;
+}
+
+img {
+ width: auto;
+ height: auto;
+ max-width: 100%;
+}
+
+table {
+ border: 1px;
+}