summaryrefslogtreecommitdiff
path: root/static/stylesheet.css
diff options
context:
space:
mode:
authorBen Connors <benconnors@outlook.com>2019-09-01 16:45:43 -0400
committerBen Connors <benconnors@outlook.com>2019-09-01 16:45:43 -0400
commit4eb082506ba9943e63c7a4ac565e98586bc180e6 (patch)
treebbff71d87077102702e5c3e0e0901f33ec4c1f17 /static/stylesheet.css
Initial commit
Diffstat (limited to 'static/stylesheet.css')
-rw-r--r--static/stylesheet.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/static/stylesheet.css b/static/stylesheet.css
new file mode 100644
index 0000000..91c3745
--- /dev/null
+++ b/static/stylesheet.css
@@ -0,0 +1,50 @@
+body {
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 5%;
+ margin-bottom: 5%;
+ text-align: justify;
+}
+
+pre {
+ font-size: x-small;
+}
+
+h1 {
+ text-align: center;
+}
+
+h2 {
+ text-align: center;
+}
+
+h3 {
+ text-align: center;
+}
+
+h4 {
+ text-align: center;
+}
+
+p {
+ margin-bottom: 0.5em;
+}
+
+.italic {
+ font-style: italic;
+}
+
+.quote {
+ font-style: italic;
+ text-align: center;
+}
+
+.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+nav ol {
+ list-style-type: none;
+}