summaryrefslogtreecommitdiffstats
path: root/static/base/css/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/base/css/page.css')
-rw-r--r--static/base/css/page.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/base/css/page.css b/static/base/css/page.css
new file mode 100644
index 0000000..25991f0
--- /dev/null
+++ b/static/base/css/page.css
@@ -0,0 +1,27 @@
+/* Harmonic Flow web site */
+/* Public domain 2017. All rights waived */
+
+h1,
+h2,
+h3,
+h4,
+h5 {
+ color: #4D4D4D;
+ line-height: 1.2em;
+}
+
+h2 {
+ font-size: 2.5em;
+ text-align: center;
+ line-height: 1.2em;
+}
+
+h3 {
+ font-size: 1.5em;
+ line-height: 1.2em;
+}
+
+.page {
+ background-color: white;
+ padding: 50px 20px;
+}