From e4ac5f17a4cc2f5d2a59df176ec7934498d28096 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 16 Sep 2012 17:23:37 +0300 Subject: [PATCH] index & tyyli.css: Add CSS style, which will be added to other pages soon too. --- index.html | 3 +-- index.html.md | 2 +- tyyli.css | 9 +++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 tyyli.css diff --git a/index.html b/index.html index 6b9bbb5..f5c01c7 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ - Homepage of Mika Suomalainen (Mkaysi) - + Homepage of Mika Suomalainen (Mkaysi)

Welcome

Homepage of Mika Suomalainen (Mkaysi) + - # Welcome diff --git a/tyyli.css b/tyyli.css new file mode 100644 index 0000000..db29bc3 --- /dev/null +++ b/tyyli.css @@ -0,0 +1,9 @@ +h1 { + color: black; + background-color: silver; +} + +body { + color: black; + background-color: silver; +}