diff --git a/src/server/cyberhex-code/install/create_admin.php b/src/server/cyberhex-code/install/create_admin.php index 8cd6994..46cf087 100644 --- a/src/server/cyberhex-code/install/create_admin.php +++ b/src/server/cyberhex-code/install/create_admin.php @@ -33,10 +33,28 @@ border: none; border-radius: 5px; cursor: pointer; + } + footer { + background-color: #333; + color: white; + text-align: center; + padding: 20px; + position: fixed; + bottom: 0; + width: 100%; + } + header { + background-color: #333; + color: white; + text-align: center; + padding: 20px; }
+Cyberhex installation (step 3/4)
+