Quiz.css 956 Bytes
Newer Older
1
.Main {
JeongYeonwoo's avatar
JeongYeonwoo committed
2
    background: gray;
JeongYeonwoo's avatar
updated    
JeongYeonwoo committed
3
    background-image: url('');
4
5
    display: inline-block;
    border: 3px solid black;
JeongYeonwoo's avatar
JeongYeonwoo committed
6
7
    width: 750px;
    height: 180px;
8
    text-align: center;
JeongYeonwoo's avatar
JeongYeonwoo committed
9
10
11
12
13
14
15
16
17
18
19
    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; /* 오른쪽 아래 그림자 */

20
21
22
23
24
25
26
}

/* .Name {} */

.Box {
    text-align: center;
    margin: 0 auto;
JeongYeonwoo's avatar
JeongYeonwoo committed
27
    margin-top: 75px;
28
29
30
31
}

.QuizStart {
    margin: 30px;
JeongYeonwoo's avatar
JeongYeonwoo committed
32
33
    margin-left: 650px;
    margin-top: 150px;
JeongYeonwoo's avatar
updated    
JeongYeonwoo committed
34
    margin-bottom:   200px;
JeongYeonwoo's avatar
JeongYeonwoo committed
35
36
    width: 220px;
    height: 50px;
37
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
JeongYeonwoo's avatar
JeongYeonwoo committed
38
39
    font-size: 20px;
    letter-spacing: 3px;
JeongYeonwoo's avatar
updated    
JeongYeonwoo committed
40
41
42
43
44
45
46
47
}

.card{
    text-align: center;
    margin: 100px;
    font-size: 10px;

}