diff --git a/index.css b/index.css new file mode 100644 index 0000000..19b2dd1 --- /dev/null +++ b/index.css @@ -0,0 +1,27 @@ +body { + font-family: Consolas, Courier, monospace; + color: lime; + background-color: black; +} + +a img { + border: none; +} + + +a:link { + color: #9a7f49; +} + +a:visited { + color: #666699; +} + +a:hover, a:active, a:focus { + color: #99ff33; + text-decoration: none; +} + +.noshow { + display: none; +} \ No newline at end of file diff --git a/index.html b/index.html index d51e2dd..33386d6 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,18 @@ - - -
- --
-
- -
+
+
+ +