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
online-quiz-react
Commits
e2d14504
Commit
e2d14504
authored
Aug 10, 2020
by
김민수
Browse files
No commit message
No commit message
parent
69aa33d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Home.js
View file @
e2d14504
...
@@ -46,25 +46,29 @@ function Home() {
...
@@ -46,25 +46,29 @@ function Home() {
KOREA
UNIVERSITY
KOREA
UNIVERSITY
<
/div
>
<
/div
>
<
div
className
=
"
d-flex justify-content-center
"
>
<
form
className
=
"
d-flex justify-content-center
"
>
<
table
className
=
"
table table-bordered dark-table
"
style
=
{{
width
:
"
400px
"
}}
>
<
div
className
=
"
table table-bordered dark-table
"
style
=
{{
width
:
"
400px
"
}}
>
<
thead
className
=
"
text-center
"
>
<
tr
style
=
{{
height
:
"
0 px
"
}}
>
정보
입력
<
/tr
>
<
label
for
=
"
inputId
"
className
=
"
d-flex justify-content-center
"
>
<
/thead
>
정보
입력
<
tbody
className
=
"
text-center
"
>
<
/label
>
<
tr
>
<
div
className
=
"
form-group
"
>
<
td
>
이름
입력
<
input
className
=
"
ml-2 inputBox
"
onChange
=
{
handleChangename
}
/></
td
>
<
label
for
=
"
inputName
"
>
<
/tr
>
이름입력
<
input
className
=
"
ml-3 inputBox
"
onChange
=
{
handleChangename
}
/
>
<
tr
>
<
/label
>
<
td
>
비밀번호
<
input
type
=
'
password
'
className
=
"
ml-2 inputBox
"
onChange
=
{
handleChangepassword
}
/></
td
>
<
/tr
>
<
label
for
=
"
inputPassword
"
>
<
tr
>
비밀번호
<
input
type
=
'
password
'
className
=
"
ml-3 inputBox
"
onChange
=
{
handleChangepassword
}
/
>
<
td
><
button
className
=
"
mt-4 btn btn-dark
"
onClick
=
{
checking
}
>
Login
<
/button></
td
>
<
/label
>
<
/tr
>
<
div
className
=
"
form-group for login
"
>
<
/tbody
>
<
label
for
=
"
inputLogin
"
className
=
"
d-flex justify-content-center
"
>
<
/table
>
<
button
className
=
"
mt-4 btn btn-dark
"
onClick
=
{
checking
}
>
Login
<
/button
>
<
/div
>
<
/label
>
<
/div
>
<
/div
>
<
/div
>
<
/form
>
{
/* <div className="Box" style={{ border: 'solid', position: 'absolute', top: "300px", left: "68%"}} > */
}
{
/* <div className="Box" style={{ border: 'solid', position: 'absolute', top: "300px", left: "68%"}} > */
}
{
/* <div className="Name" style={{boxShadow: '5px 5px 5px 5px gray', border: 'solid', fontSize: '30px', position: "absolute", top: "300px", left: "68%" }}>
{
/* <div className="Name" style={{boxShadow: '5px 5px 5px 5px gray', border: 'solid', fontSize: '30px', position: "absolute", top: "300px", left: "68%" }}>
...
...
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