From 1b2b7c3eb939724696894f31ff27db97b0cac84c Mon Sep 17 00:00:00 2001 From: Andreas Widen Date: Sat, 25 Nov 2023 17:21:37 +0100 Subject: Initial commit. Signed-off-by: Andreas Widen --- static/base/css/page.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 static/base/css/page.css (limited to 'static/base/css/page.css') 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; +} -- cgit v1.2.3-54-g00ecf