From: Mart Lubbers Date: Sun, 1 Nov 2015 18:15:14 +0000 (+0100) Subject: added viewport and externalized css X-Git-Url: https://git.martlubbers.net/?p=martlubbers.net.git;a=commitdiff_plain;h=9ed38ea80f9f97d9aa533bf5163e6506a4a13705 added viewport and externalized 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 +}