summaryrefslogtreecommitdiff
path: root/flyer.css
diff options
context:
space:
mode:
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;
+}