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) --- flyer.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 flyer.css (limited to 'flyer.css') diff --git a/flyer.css b/flyer.css new file mode 100644 index 0000000..f423b9d --- /dev/null +++ b/flyer.css @@ -0,0 +1,20 @@ +body{ + margin-top:50px; + margin-left:375px; + margin-rigth:400px; + margin-bottom:50px; + background-attachment: fixed; + background-image: url(flyer.jpeg); + background-repeat: no-repeat; + background-position: left top; +} +a{ + color:990000; + text-decoration:none; +} +.small{ + font-size:12px; +} +.centered{ + text-align:center; +} -- cgit v1.2.3