Commit e2d14504 authored by 김민수's avatar 김민수
Browse files

No commit message

No commit message
parent 69aa33d0
...@@ -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>
</label>
</div> </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%" }}>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment