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
d3b1abac
Commit
d3b1abac
authored
Aug 03, 2020
by
baesangjune
Browse files
css
parent
68deb13a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Quiz.css
View file @
d3b1abac
.Main
{
background
:
orange
;
background
:
gray
;
background-image
:
url('')
;
display
:
inline-block
;
border
:
3px
solid
black
;
width
:
200px
;
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 {} */
...
...
@@ -11,13 +24,17 @@
.Box
{
text-align
:
center
;
margin
:
0
auto
;
margin-top
:
75px
;
}
.QuizStart
{
margin
:
30px
;
margin-left
:
500px
;
width
:
150px
;
height
:
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
;
}
\ No newline at end of file
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