From a7aa4f908c1201109e5f967cbba0092dfcc47adc Mon Sep 17 00:00:00 2001 From: Nick Raptis Date: Sun, 26 May 2013 19:55:16 +0300 Subject: [PATCH] Move css to it's own file It was getting big :P --- index.php | 27 ++++++--------------------- main.css | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 21 deletions(-) create mode 100644 main.css diff --git a/index.php b/index.php index 16597bf..03efc87 100644 --- a/index.php +++ b/index.php @@ -7,34 +7,19 @@ ?> + + FOSS TEIMES - Network Tools - + + - + + diff --git a/main.css b/main.css new file mode 100644 index 0000000..55537f0 --- /dev/null +++ b/main.css @@ -0,0 +1,17 @@ +#header { + text-align: center; +} +#header * { + margin: 0.2em; +} +.smallfont { + font-size: small; +} +#footer { + text-align: center; +} +#footer p { + font-family: sans-serif; + text-decoration: none; + font-size: 10px; +}