From d7c43402328408b36f511b86900150addc0d1adc Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 18 Oct 2022 11:45:25 +0100 Subject: [PATCH] Add basic styling --- style/new_style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/style/new_style.css b/style/new_style.css index e69de29..98bdf8e 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -0,0 +1,21 @@ +html { + height: 100%; +} + +body { + +} + +.header-image-home { + min-height: 50%; + width: 100%; + position: fixed; + top: 0; +} + +.page-title { + font-family: sans-serif; + font-size: 4vw; + position: relative; + box-shadow: 3px; +} \ No newline at end of file