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

No commit message

No commit message
parent e80f8d29
...@@ -85,15 +85,15 @@ function Admin() { ...@@ -85,15 +85,15 @@ function Admin() {
<div className="col-2 text-center border"> <div className="col-2 text-center border">
<div className="container-fluid "> <div className="container-fluid ">
<p className="border-bottom ">관리자 페이지</p> <p className="border-bottom h3">관리자 페이지</p>
<p className="border-bottom">관리자 설정 변경하기</p> <p className="border-bottom h5">관리자 설정 변경하기</p>
<a className="" id="setting-tab" data-toggle='pill' href="#setting" role="tab">Setting</a> <a className="" id="setting-tab" data-toggle='pill' href="#setting" role="tab">Setting</a>
<p className="border-bottom">Quiz 입력하기</p> <p className="border-bottom h5">Quiz 입력하기</p>
<a className="nav-link" id="Quiz1-tab" data-toggle="pill" href="#Quiz1" role="tab" >Quiz1</a> <a className="nav-link" id="Quiz1-tab" data-toggle="pill" href="#Quiz1" role="tab" >Quiz1</a>
<a className="nav-link" id="Quiz2-tab" data-toggle="pill" href="#Quiz2" role="tab" >Quiz2</a> <a className="nav-link" id="Quiz2-tab" data-toggle="pill" href="#Quiz2" role="tab" >Quiz2</a>
......
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