]> src.twobees.de Git - twobees.de.git/blobdiff - css/index.css
add more links; added fontawesome
[twobees.de.git] / css / index.css
diff --git a/css/index.css b/css/index.css
new file mode 100644 (file)
index 0000000..3bcb34c
--- /dev/null
@@ -0,0 +1,21 @@
+html *
+{
+    font-family: Courier New;
+    line-height: 150%;
+}
+h1 {
+    font-size: 4em;
+    font-weight: bold;
+}
+a {
+    text-decoration:none;
+}
+.big {
+    font-size: 2em;
+}
+.centered {
+    top: 50%;
+    left: 50%;
+    position: absolute;
+    transform: translateY(-50%) translateX(-50%);
+}