diff --git a/index.html b/index.html
index 67cc2cf..885f0f8 100644
--- a/index.html
+++ b/index.html
@@ -30,12 +30,20 @@
THE FIVE TALL BOXING WIZARDS JUMP QUICKLY!
0123456789.:,;(*!?')
-
-
-
-
-
-
+
Downloads
diff --git a/style.css b/style.css
index 8013c51..cd0efb9 100644
--- a/style.css
+++ b/style.css
@@ -36,6 +36,10 @@
display: flex;
justify-content: space-evenly;
}
+ #previewButtons {
+ display: flex;
+ justify-content: center;
+ }
}
body {
@@ -95,6 +99,14 @@ button {
color: rgb(0, 188, 138);
}
+.flex {
+ display: flex;
+}
+
+.column {
+ flex-direction: column;
+}
+
.selected {
background-color: #464646;
color: #d4d4d4;