From 70a4284b24aa1d77727355521d18c0182f78f959 Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Sat, 5 Aug 2023 17:04:44 +0100 Subject: [PATCH] Merging styling into new branch based on most up to date branch of main --- src/index.html | 6 +++++- src/stylesheets/index.css | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/stylesheets/index.css diff --git a/src/index.html b/src/index.html index b5a0fac..c53b0cc 100644 --- a/src/index.html +++ b/src/index.html @@ -4,9 +4,13 @@ Skynet + -

Skynet Password Reset & Sign-up service

+
+ Picture of Sharky, the mascot of skynet +

Skynet Password Reset & Sign-up service

+

Password Reset

Please use this service if you ever forget your skynet password

diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css new file mode 100644 index 0000000..18975b3 --- /dev/null +++ b/src/stylesheets/index.css @@ -0,0 +1,17 @@ +/* General styling */ +body{ + background-color: #007480; +} +/* Title bar */ +#title { + background-color: white; + height: 82px; +} + +#title img { + float: left; +} + +#title h1 { + position: relative; +} \ No newline at end of file