aboutsummaryrefslogtreecommitdiff
path: root/public/home.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-23 21:55:22 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-23 21:55:22 +0200
commit7eecf6d9577eb81498fcf35bdd7ae375b227b69c (patch)
treedf943f7da99a8556ac5eb7b5cd874bdadf36e4d0 /public/home.css
site scaffolding + php tests
Diffstat (limited to 'public/home.css')
-rw-r--r--public/home.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/home.css b/public/home.css
new file mode 100644
index 0000000..1c7c67e
--- /dev/null
+++ b/public/home.css
@@ -0,0 +1,10 @@
+.s1 h1 {
+ text-align: center;
+ font-size: 3rem;
+ line-height: 1.5ex;
+ font-weight: 800;
+}
+
+.s1 {
+ margin-top: 8rem;
+}