From 384de1f86b2dab231116c0596d29c5927ca20526 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Mar 2021 23:54:04 +0100 Subject: initial tracking as of 2003-10-11 (except index.da.html of 2006-11-27) --- aurora-borealis.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 aurora-borealis.css (limited to 'aurora-borealis.css') diff --git a/aurora-borealis.css b/aurora-borealis.css new file mode 100644 index 0000000..e0539ca --- /dev/null +++ b/aurora-borealis.css @@ -0,0 +1,17 @@ +body{ + margin-top:50px; + margin-left:160px; + margin-rigth:160px; + margin-bottom:50px; + background-attachment: fixed; + background-image: url(aurora-borealis.gif); + background-repeat: no-repeat; + background-position: left top; +} +a{ +color:990000; +text-decoration:none; +} +.small{ +font-size:12px; +} -- cgit v1.2.3