From 703c1c623892d69d8e24af68b31d84495301ca02 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Synck Date: Sun, 1 Mar 2020 15:14:15 +0100 Subject: initial files --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3