diff style.css @ 63:ee1df80a1715 default tip

Nicer-looking input form
author mathieui
date Sun, 24 May 2020 14:19:29 +0200
parents 46ca1aa08146
children
line wrap: on
line diff
--- a/style.css
+++ b/style.css
@@ -27,6 +27,18 @@ h1 img {
 #connect {
     margin-top: 1em;
 }
+.initial-login {
+    position: absolute;
+    top: 50%;
+    left: 50%;
+    transform: translate(-50%, -50%);
+    background-color: #CCC;
+    border-radius: 10px;
+}
+.initial-login > input {
+    display: block;
+    margin: 1em;
+}
 .navbar {
 	background-color: #6197d6;
 	background-image: linear-gradient(to right, #000080, #6197d6);