From 2cb7d1b6cac6639e234a69f2735e8d2e7c89bf85 Mon Sep 17 00:00:00 2001 From: Cormac Wilson Date: Tue, 21 Apr 2026 23:39:28 +0100 Subject: [PATCH] [code] implemented more CSS code for project in styles.css, namely body, h1-h3 and styling for the placeholder text on the inputs, have also added background colour and font family parameters for project, added further code to home.html as well. --- css/styles.css | 25 +++++++++++++++++++++++++ html/login.html | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index e69de29..5e1504d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -0,0 +1,25 @@ +body { + font-family: Arial, Helvetica, sans-serif; + color: black; + background-color: white; +} + +p { + font-size: 0.5rem; +} + +h1 { + font-size: 2rem; +} + +h2 { + font-size: 1.5rem; +} + +h3 { + font-size: 1rem; +} + +input[type=text] { + font-family: Arial, Helvetica, sans-serif; +} \ No newline at end of file diff --git a/html/login.html b/html/login.html index ccdb434..c739454 100644 --- a/html/login.html +++ b/html/login.html @@ -3,12 +3,13 @@ Login | Sentinel +

Login

-

Please enter your login credentials below

+

Please enter your login credentials below