diff --git a/frontend/src/index.css b/frontend/src/index.css index 3c65816..9d5282c 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -44,3 +44,11 @@ body { text-stroke-width: 1.5px; text-stroke-color: black; } + +.text-border { + text-shadow: + -1.35px -1.35px 0 black, + 1.35px -1.35px 0 black, + -1.35px 1.35px 0 black, + 1.35px 1.35px 0 black; +} diff --git a/frontend/src/pages/SignUp.tsx b/frontend/src/pages/SignUp.tsx index 689edc6..422709b 100644 --- a/frontend/src/pages/SignUp.tsx +++ b/frontend/src/pages/SignUp.tsx @@ -91,6 +91,14 @@ const SignUp: React.FC = () => { height="12" /> +
+

The password must contain

+

-atleast 6 characters

+

+ -atleast one alphabet(A-Z,a-z), one + number(0-9) +

+