From 6506e99091012b89b4adaead4aed6eb0d9c4d3ed Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 12 Jul 2017 13:34:04 -0500 Subject: Add css and lots of formatting --- css/main.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 36 ++++++++++++++++++++++++++++++------ 2 files changed, 85 insertions(+), 6 deletions(-) create mode 100644 css/main.css 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; +} + diff --git a/index.html b/index.html index b412555..ed920e2 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,33 @@ -

##slackware (freenode) informational website

+ + + + + + + + + + +##slackware info + -

Welcome to the offical information page for Freenode's ##slackware. - This page contains a bit of (hopefully) helpful information along - with the channel rules/guidelines. -

+ +

##slackware (freenode) informational website

+ +
+

Welcome to the offical information page for Freenode's ##slackware. + This page contains a bit of (hopefully) helpful information along + with the channel rules/guidelines. +

+
+ +

General Channel Information

+ +
+
-

##slackware channel rules/guidelines

+

##slackware channel rules/guidelines

+
+
+ -- cgit v1.2.3