summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 000000000..61b4818a6
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,19 @@
+body {
+ max-width: 800px ;
+ margin: auto ;
+ margin-bottom: 500px ;
+}
+
+h1 {
+ text-align: center ;
+}
+
+footer {
+ text-align: center ;
+}
+
+img {
+ max-width: 600px ;
+ margin: auto ;
+ display: block ;
+}