summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/main.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..20724e2
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,55 @@
+body
+{
+ background-color: #DCDCDC;
+ color: black;
+ font-family: sans-serif;
+ font-size: normal;
+ 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;
+}
+