summaryrefslogtreecommitdiff
path: root/flyer.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-03-11 23:54:04 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-12 00:18:03 +0100
commit384de1f86b2dab231116c0596d29c5927ca20526 (patch)
tree38672a0fded8cd63b59b930fa8573c5acbb576d8 /flyer.css
initial tracking as of 2003-10-11 (except index.da.html of 2006-11-27)
Diffstat (limited to 'flyer.css')
-rw-r--r--flyer.css20
1 files changed, 20 insertions, 0 deletions
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;
+}