Commit bcee6e3e authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

g

parents 1032c62e 91becb73
...@@ -38,9 +38,6 @@ function Quiz() { ...@@ -38,9 +38,6 @@ function Quiz() {
return ( return (
<div className="container-fluid position-absolute"> <div className="container-fluid position-absolute">
<div className="text-center h2 font-weight-bold bg-warning py-2">미적분학 퀴즈</div> <div className="text-center h2 font-weight-bold bg-warning py-2">미적분학 퀴즈</div>
{/* <div >
<img src={fight} className="float-right mr-5 h-50" alt="lion" />
</div> */}
<div className="row justify-content-md-center" > <div className="row justify-content-md-center" >
<div className="col text-right"> <div className="col text-right">
<h1> <h1>
...@@ -91,11 +88,7 @@ function Quiz() { ...@@ -91,11 +88,7 @@ function Quiz() {
</div> </div>
</div> </div>
<div className="col"> <div className="col">
</div> </div>
</div> </div>
</div> </div>
) )
......
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