Skip to content
Snippets Groups Projects
Commit 69d4db05 authored by Tamim Almahdi's avatar Tamim Almahdi
Browse files

Update register page with spacing

parent 4a8c1332
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ export default function Register() {
type="text"
placeholder="john123"
/>
<br />
<label for="email">
<b>Email</b>
</label>
......@@ -115,6 +116,7 @@ export default function Register() {
type="email"
placeholder="me@example.com"
/>
<br />
<label for="password">
<b>Password</b>
</label>
......@@ -131,6 +133,7 @@ export default function Register() {
name="password"
placeholder="********"
/>
<br />
<label for="passwordConfirm">
<b>Confirm Password</b>
</label>
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment