From e3b57edac792976ad53f321b7999895316c3ec63 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Wed, 20 Oct 2021 23:14:33 +0800 Subject: [PATCH] signup.php: indent code --- signup.php | 89 ++++++++++++++++++++++++++---------------------------- 1 file changed, 43 insertions(+), 46 deletions(-) diff --git a/signup.php b/signup.php index 3b18b32..95bdfe3 100644 --- a/signup.php +++ b/signup.php @@ -2,66 +2,63 @@ include 'NoDirectPhpAcess.php'; ?> -
- +
-
- -

Please fill in each field below

-
+
-
+

Please fill in each field below

+
+
-
- - Full Name - + + + Full Name + - Student ID - - - Email - - - Password (must include uppercase and lowercase letters, digits and special characters) - + Student ID + - Confirm Password - -
- -'; - $_SESSION['info_signup2'] = null; -} -?> -
+ Email + + Password (must include uppercase and lowercase letters, digits and special characters) + -
-
-
+ Confirm Password + +
+ + '; + $_SESSION['info_signup2'] = null; + } + ?> + + +
+
+
+ .btn-primary { + color: white; + border-radius: 5px; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); + background: rgb(75, 184, 240); + padding: 5px 105px; + font-family: Poppins-Regular; + font-size: 23px; + line-height: 1.5; + } + \ No newline at end of file