summaryrefslogtreecommitdiff
path: root/labloki.css
diff options
context:
space:
mode:
Diffstat (limited to 'labloki.css')
-rw-r--r--labloki.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/labloki.css b/labloki.css
new file mode 100644
index 0000000..9638753
--- /dev/null
+++ b/labloki.css
@@ -0,0 +1,17 @@
+body{
+ margin-top:50px;
+ margin-left:187px;
+ margin-rigth:187px;
+ margin-bottom:50px;
+ background-attachment: fixed;
+ background-image: url(labloki.jpeg);
+ background-repeat: no-repeat;
+ background-position: left top;
+}
+a{
+color:990000;
+text-decoration:none;
+}
+.small{
+font-size:12px;
+}