From 150c06a1171be1ad965afc37beeec9863818b508 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 14 Feb 2022 15:39:22 -0600 Subject: maybe achieve feature parity Signed-off-by: Matt Strapp --- src/public/css/style.css | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) (limited to 'src/public/css') diff --git a/src/public/css/style.css b/src/public/css/style.css index 0e7892d..d48e8b9 100644 --- a/src/public/css/style.css +++ b/src/public/css/style.css @@ -7,8 +7,6 @@ body { } .header { - - /* top: 30px; */ margin: 5px; font-family: "Times New Roman", Times, serif; } @@ -55,44 +53,21 @@ p { a { - color: white; + color: blue; text-decoration: none; } -/* Used for id=main */ +/* Used for the about page*/ -#main { +.about { color: white; - /* border-style: solid; */ - /* border: 1px solid maroon; */ text-align: center; margin: 5px; -} - -#about { font-size: large; } - -/* Used for id=title2 */ - -#title2 { - font-size: xx-large; - font-weight: bold; - margin-top: 20px; -} - - -/* Used for id=title3 */ - -#title3 { - font-size: xx-large; - font-weight: bold; - margin-top: 15px; -} - #Background { color: #ffbb00; } @@ -140,4 +115,9 @@ a { color: #000000; /* Remove underlines from links */ text-decoration: none; +} + +.error { + color: red; + font-size: larger; } \ No newline at end of file -- cgit v1.2.3