diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-14 15:39:22 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-14 15:39:22 -0600 |
commit | 150c06a1171be1ad965afc37beeec9863818b508 (patch) | |
tree | fbcb8dafdb12df640c10625f73639d43feba4e5a /src/public/css | |
parent | Bump eslint from 8.8.0 to 8.9.0 (#6) (diff) | |
download | ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.tar ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.tar.gz ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.tar.bz2 ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.tar.lz ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.tar.xz ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.tar.zst ee4511w-web-150c06a1171be1ad965afc37beeec9863818b508.zip |
maybe achieve feature parity
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | src/public/css/style.css | 36 |
1 files changed, 8 insertions, 28 deletions
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 |