summaryrefslogtreecommitdiffstats
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/css/main.css b/css/main.css
deleted file mode 100644
index 41c5a3e..0000000
--- a/css/main.css
+++ /dev/null
@@ -1,54 +0,0 @@
-body
-{
- background-color: #DCDCDC;
- color: black;
- font-family: sans-serif;
- margin-left: 3em;
- margin-right: 3em;
-}
-div.body
-{
- margin-left: 3em;
- margin-right: 3em;
- padding: 1em;
- background-color: white;
- border-style: solid;
- border-width: 2px;
- border-color: black;
-}
-A:hover
-{
- background:white;
-}
-A.button:hover
-{
- background:none;
-}
-A:link
-{
- text-decoration: none;
- color: blue ;
-}
-A:visited
-{
- text-decoration: none;
- color: navy;
-}
-A:active
-{
- text-decoration: none;
- color: red;
-}
-h
-{
- color: black;
-}
-p
-{
- color: black;
-}
-li
-{
- color: black;
-}
-