summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..73bb5c0
--- /dev/null
+++ b/style.css
@@ -0,0 +1,31 @@
+body {
+ margin : 2em;
+ padding : 0em;
+ font-family : sans-serif;
+ font-size : 12px;
+}
+
+.floatingLogo {
+ float : right;
+}
+
+a {
+ color : #4684ff;
+ text-decoration : none;
+}
+
+a:hover {
+ color : black;
+}
+
+h1 {
+ color : #88b0f0;
+ font-size : 18px;
+}
+
+h2 {
+ color : gray;
+ font-size : 16px;
+}
+
+