From 5d5daf535cc09c5e35eba5c5c1cfb74ce1ca0d33 Mon Sep 17 00:00:00 2001 From: Cormac Wilson Date: Wed, 22 Apr 2026 17:08:28 +0100 Subject: [PATCH] [code] made changes to styles.css, have implemented the Roboto font instead of Arial/Helvetica, have also updated the sizing for the header and paragraph text and changed the type of header number used across some project files. --- css/styles.css | 33 +++++++++++++++++---------------- html/login.html | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/css/styles.css b/css/styles.css index 5e1504d..ce79f5b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,25 +1,26 @@ body { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Roboto'; 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 +h1 { + font-size: 2.5rem; +} + +h2 { + font-size: 2rem; +} + +h3 { + font-size: 1.2rem; +} + +input[type=text], input[type=submit] { + font-family: 'Roboto'; +} + diff --git a/html/login.html b/html/login.html index 5c8ce74..219873f 100644 --- a/html/login.html +++ b/html/login.html @@ -11,7 +11,7 @@
-

Login

+

Login

Please enter your login credentials below