diff options
Diffstat (limited to 'static/stylesheet.css')
-rw-r--r-- | static/stylesheet.css | 50 |
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;
+}
|