Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
shopping-mall
Commits
559aff2c
Commit
559aff2c
authored
Dec 28, 2020
by
이재연
Browse files
2
parent
127efdac
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/Pages/Login.js
View file @
559aff2c
...
@@ -5,11 +5,40 @@ import Nav2 from '../Components/SubNav';
...
@@ -5,11 +5,40 @@ import Nav2 from '../Components/SubNav';
function
Login
()
{
function
Login
()
{
return
(
return
(
<
div
>
<
Container
className
=
"
d-flex justify-content-center
"
>
<
Nav1
/>
<
Nav1
/>
<
Nav2
/>
<
Nav2
/>
<
div
className
=
"
margin-auto
"
>
<
Form
.
Label
className
=
"
d-flex justify-content-center
"
>
Login
<
/Form.Label
>
<
Form
>
<
Form
.
Group
controlId
=
"
formBasicId
"
>
<
Form
.
Row
>
<
Form
.
Label
for
=
"
id
"
>
User
Name
<
/Form.Label
>
<
Col
>
<
Form
.
Control
type
=
"
text
"
id
=
"
id
"
className
=
"
mx-sm-3
"
size
=
"
sm
"
placeholder
=
"
User Name
"
><
/Form.Control
>
<
/Col
>
<
/Form.Row
>
<
/Form.Group
>
<
Form
.
Group
controlId
=
"
formBasicPassword
"
>
<
Form
.
Row
>
<
Form
.
Label
for
=
"
password
"
>
Password
<
/Form.Label
>
<
Col
>
<
Form
.
Control
type
=
"
password
"
id
=
"
password
"
className
=
"
mx-sm-3
"
size
=
"
sm
"
placeholder
=
"
Password
"
><
/Form.Control
>
<
/Col
>
<
/Form.Row
>
<
/Form.Group
>
<
/Form
>
<
div
className
=
"
loginLine
"
>
<
Link
to
=
"
/Signup
"
>
SignUp
?
<
/Link
>
<
/div
>
<
/div
>
<
Button
variant
=
"
outline-dark
"
type
=
"
submit
"
block
>
Login
<
/Button
>
<
/div
>
<
/Container
>
)
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment