alaah 6 years ago
parent
commit
34609a3b31
2 changed files with 201 additions and 11 deletions
  1. 186 11
      public/index.html
  2. 15 0
      public/style.css

File diff suppressed because it is too large
+ 186 - 11
public/index.html


+ 15 - 0
public/style.css

@@ -1,6 +1,7 @@
 body {
   font-family: sans-serif;
   background-color: #313236;
+  color: #fff;
   margin: auto;
   max-width: 1280px;
 }
@@ -20,3 +21,17 @@ body {
 .navbar a:hover {
   color: #ffffff;
 }
+
+input {
+    max-width: 50px;
+}
+
+form {
+    font-family: monospace;
+    font-size: 20px;
+}
+
+.yay {
+    margin-top: 20px;
+    font-size: 30px;
+}