aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..8aabc35
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+body {
+ background-color: #000000;
+}
+p,i,td,form{
+ color:yellow;
+}
+b{
+ color : #e600e6;
+}
+h1,h2,h3,h4,h5,h6{
+ color: #6666ff
+}
+a {
+ color: #00ff00;
+ text-decoration: none;
+ }
+a:hover
+ {
+ color: red;
+ }
+ul {
+ color: red;
+}