Home.css 505 Bytes
Newer Older
Jiwon Yoon's avatar
a    
Jiwon Yoon committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

.container {
    background-image: url("./img/img_study.jpg");
    background-color: white;
    background-size: 100%;
    width: 100%;
    height: 880px;
    background-repeat: no-repeat;
}

/* .Name {
    font-size: 30px;
    position: absolute;
    top: 330px;
    left: 38%
} */

/* .inputBox {
    margin-left: 30px;
    inline-size: 200px;
    block-size: 40px;
    font-size: 40px;
} */

/* .QuizStart {
    margin-top: 35%;
    block-size: 100px;
    inline-size: 200px;
    font-size: 35px;
} */