From 94ab2ba9f03d43306a29c9261aeb40bd57bdab05 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 4 May 2024 08:59:54 +1000 Subject: [PATCH] how long has this been missing?? --- assets/RETRO.CSS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/RETRO.CSS diff --git a/assets/RETRO.CSS b/assets/RETRO.CSS new file mode 100644 index 0000000..b279a53 --- /dev/null +++ b/assets/RETRO.CSS @@ -0,0 +1,25 @@ +BODY { + margin: 0; + background: url('/assets/img/retro/BG.GIF'); + color: white; + font-family: serif; +} +A { + color: lightblue; +} +#MYTABLE { + width: 768px; +} +#MAIN { + border: 6px grey ridge; + width: 525px; +} +TD { + vertical-align: top; +} +TH { + font-weight: 400; +} +IMG { + margin-bottom: 10px; +} \ No newline at end of file