From ae3363d1d910b5f728b504854df30a31123da7b9 Mon Sep 17 00:00:00 2001 From: reiyua Date: Mon, 15 Jul 2024 00:24:10 +1000 Subject: [PATCH] Add CSS Styling for homepage --- css/style.css | 1 - style.css | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 css/style.css create mode 100644 style.css diff --git a/css/style.css b/css/style.css deleted file mode 100644 index 8b13789..0000000 --- a/css/style.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/style.css b/style.css new file mode 100644 index 0000000..166391b --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ + +.header { + padding: 80px; /* some padding */ + text-align: center; /* Center the header text */ + background: #7de95c; /* Set page colour */ + color: black; /* Black text colour */ + } + + /* Increase the font size of the

element */ +.header h1 { + font-size: 50px; + } \ No newline at end of file