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
67bc8294
Commit
67bc8294
authored
Aug 05, 2020
by
baesangjune
Browse files
0805final
parent
f48758b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Quiz.css
deleted
100644 → 0
View file @
f48758b3
.Main
{
background
:
gray
;
background-image
:
url('')
;
display
:
inline-block
;
border
:
3px
solid
black
;
width
:
750px
;
height
:
180px
;
text-align
:
center
;
margin-left
:
410px
;
margin-top
:
10px
;
font-size
:
120px
;
font-family
:
cursive
;
color
:
greenyellow
;
text-shadow
:
-3px
-3px
0
#000
,
/* 왼쪽 위 그림자 */
3px
-3px
0
#000
,
/* 오른쪽 위 그림자 */
-3px
3px
0
#000
,
/* 왼쪽 아래 그림자 */
3px
3px
0
#000
;
/* 오른쪽 아래 그림자 */
}
/* .Name {} */
.Box
{
text-align
:
center
;
margin
:
0
auto
;
margin-top
:
75px
;
}
.QuizStart
{
margin
:
30px
;
margin-left
:
650px
;
margin-top
:
150px
;
margin-bottom
:
200px
;
width
:
220px
;
height
:
50px
;
font-family
:
Impact
,
Haettenschweiler
,
'Arial Narrow Bold'
,
sans-serif
;
font-size
:
20px
;
letter-spacing
:
3px
;
}
.card
{
text-align
:
center
;
margin
:
100px
;
font-size
:
10px
;
}
\ No newline at end of file
src/Quiz.js
View file @
67bc8294
import
React
,
{
useState
}
from
'
react
'
import
{
Link
}
from
'
react-router-dom
'
;
import
Timer
from
'
react-compound-timer
'
;
// 타이머쓰기위해 import
import
logo
from
'
./img
/img
_question.png
'
import
'
./Quiz.css
'
import
logo
from
'
./img_question.png
'
const
QnA
=
[
...
...
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