website
Diffstat (limited to 'style/index.css')
-rw-r--r--style/index.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style/index.css b/style/index.css
new file mode 100644
index 0000000..3c7eb7a
--- /dev/null
+++ b/style/index.css
@@ -0,0 +1,12 @@
+.button_list {
+ padding: 15px;
+ text-align: center;
+}
+
+.button:hover {
+ margin: 0 2px;
+}
+
+.header {
+ font-size: 3em;
+}