From 7eecf6d9577eb81498fcf35bdd7ae375b227b69c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 23 Apr 2023 21:55:22 +0200 Subject: site scaffolding + php tests --- public/home.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/home.css (limited to 'public/home.css') 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; +} -- cgit v1.2.3