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