Adjusted styling on signup form
This commit is contained in:
		| @@ -8,7 +8,7 @@ h2 { | |||||||
|     width: 35%; |     width: 35%; | ||||||
|     margin: 30px auto; |     margin: 30px auto; | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     padding:20px 0 0 0; |     padding: 1em 0 0 0; | ||||||
|     border-radius: 4px; |     border-radius: 4px; | ||||||
|     box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2); |     box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2); | ||||||
| } | } | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|         <input type="text" id="username" name="username" placeholder="Username" required> |         <input type="text" id="username" name="username" placeholder="Username" required> | ||||||
|         <input type="email" id="email" name="email" placeholder="Email Address" required> |         <input type="email" id="email" name="email" placeholder="Email Address" required> | ||||||
|         <input type="password" id="password" name="password" minlength=8 placeholder="Password" required> |         <input type="password" id="password" name="password" minlength=8 placeholder="Password" required> | ||||||
|         <input type="submit" id="login" value="Login"> |         <input type="submit" id="Sign Up" value="Sign Up"> | ||||||
|     </form> |     </form> | ||||||
|     <div id="create-account-wrap"> |     <div id="create-account-wrap"> | ||||||
|         <p>Already have an account? <a href="login">Login</a><p> |         <p>Already have an account? <a href="login">Login</a><p> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user