Commit 20a8adf8 authored by 김민수's avatar 김민수
Browse files

No commit message

No commit message
parent a1909827
...@@ -6,15 +6,14 @@ import bg from './background_ex1.jpg' ...@@ -6,15 +6,14 @@ import bg from './background_ex1.jpg'
function Home() { function Home() {
return ( return (
<> <>
<div style={{backgroundImage:'url(' + bg + ')', backgroundColor : "grey" ,backgroundSize: "100%"}}> <div style={{backgroundImage:'url(' + bg + ')',backgroundSize: "100%"}}>
<div className="Main"></div> <div className="Main"></div>
<div className="Box"> <div className="Box" style={{}}>
<div className="Name" style ={{color : "white", fontSize :'30px'}}> <div className="Name" style ={{color : "black", fontSize :'30px'}}>
이름을 입력하세요 이름을 입력하세요
<input style={{blockSize:'40px', marginLeft:'30px'}} onChange={(event) => sessionStorage.setItem('name', event.target.value)} /> <input style={{blockSize:'30px', marginLeft:'30px'}} onChange={(event) => sessionStorage.setItem('name', event.target.value)} />
</div> </div>
{/* sessionStorage를 사용해야는지 localstorage를 사용해야하는지 */} {/* sessionStorage를 사용해야는지 localstorage를 사용해야하는지 */}
</div> </div>
...@@ -25,7 +24,6 @@ function Home() { ...@@ -25,7 +24,6 @@ function Home() {
</div> </div>
</div> </div>
</> </>
) )
} }
function checking(event) { function checking(event) {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
height: 180px; height: 180px;
text-align: center; text-align: center;
margin-left: 410px; margin-left: 410px;
margin-top: 10px; margin-top: 150px;
font-size: 120px; font-size: 120px;
font-family: cursive; font-family: cursive;
color : greenyellow; color : greenyellow;
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
.Box { .Box {
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
margin-top: 75px; margin-top: 30px;
} }
.QuizStart { .QuizStart {
margin: 30px; margin: 30px;
margin-left: 650px; margin-left: 650px;
margin-top: 150px; margin-top: 30px;
margin-bottom: 200px; margin-bottom: 200px;
width: 220px; width: 220px;
height: 50px; height: 50px;
......
src/background_ex1.jpg

158 KB | W: | H:

src/background_ex1.jpg

214 KB | W: | H:

src/background_ex1.jpg
src/background_ex1.jpg
src/background_ex1.jpg
src/background_ex1.jpg
  • 2-up
  • Swipe
  • Onion skin
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