Quiz.css 371 Bytes
Newer Older
baesangjune's avatar
css    
baesangjune committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.Main {
    background: orange;
    display: inline-block;
    border: 3px solid black;
    width: 200px;
    text-align: center;
}

/* .Name {} */

.Box {
    text-align: center;
    margin: 0 auto;
}

.QuizStart {
    margin: 30px;
    margin-left: 500px;
    width: 150px;
    height: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}