diff --git a/pages/register.html b/pages/register.html index 0876331..c83afc7 100644 --- a/pages/register.html +++ b/pages/register.html @@ -2,6 +2,7 @@ Register +
diff --git a/styles/styles.css b/styles/styles.css index 7af5eb1..8b08af1 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -20,6 +20,7 @@ body { width: 500px; margin-left: auto; margin-right: auto; + background-color: #111; } .irc-topics { @@ -73,3 +74,10 @@ body { color: white; } +.register-wrapper { + position: relative; + display: flex; + justify-content: center; + margin-top: 325px; +} +