diff --git a/public/styles/register.css b/public/styles/register.css index 98a70d6..e7c913a 100644 --- a/public/styles/register.css +++ b/public/styles/register.css @@ -22,6 +22,17 @@ body { #signup:hover { cursor: pointer; } +.title { + position: absolute; + top: 25%; + left: 50%; + transform: translate(-50%, -25%); + font-weight: 80; + z-index: 3; +} +.title h1 { + color: var(--white-smoke); +} .container2{ max-width: 1320px; margin: 0 auto; diff --git a/views/register.html b/views/register.html index 21b3531..a3861a0 100644 --- a/views/register.html +++ b/views/register.html @@ -36,9 +36,6 @@ - @@ -46,6 +43,9 @@ +
+

Sign Up

+