From 9ed38ea80f9f97d9aa533bf5163e6506a4a13705 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 1 Nov 2015 19:15:14 +0100 Subject: [PATCH] added viewport and externalized css --- index.html | 12 ++---------- m.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 m.css diff --git a/index.html b/index.html index 87bfeb7..2ac6b77 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,8 @@ Mart Lubbers' Site - + +

Mart Lubbers

diff --git a/m.css b/m.css new file mode 100644 index 0000000..99a31d7 --- /dev/null +++ b/m.css @@ -0,0 +1,11 @@ +body { + background-color: #ddd; + color: #222; + max-width: 640px; +} +a { + color: #222 +} +a:hover { + text-decoration: none +} -- 2.20.1