diff --git a/register.css b/register.css index 0894f69..1e3725f 100644 --- a/register.css +++ b/register.css @@ -95,10 +95,16 @@ body { text-align: center; font-size: 22px; margin-bottom: 10px; - background: linear-gradient(45deg, purple, hotpink); - color: transparent; + color: white; + padding: 10px; + border-radius: 40px; + background: linear-gradient(45deg, purple, hotpink);; + font-family: 'Segoe UI', Tahoma, Verdana, sans-serif; + text-shadow: + 0 0 10px #000000, } + .subtitle { text-align: center; color: gray; diff --git a/register.html b/register.html index 4f441e1..4322faa 100644 --- a/register.html +++ b/register.html @@ -9,16 +9,9 @@