Home.css 511 Bytes
Newer Older
Jiwon Yoon's avatar
a    
Jiwon Yoon committed
1

Jiwon Yoon's avatar
g    
Jiwon Yoon committed
2
.container-fluid {
Jiwon Yoon's avatar
a    
Jiwon Yoon committed
3
4
5
6
    background-image: url("./img/img_study.jpg");
    background-color: white;
    background-size: 100%;
    width: 100%;
Jiwon Yoon's avatar
g    
Jiwon Yoon committed
7
    height: 600px;
Jiwon Yoon's avatar
a    
Jiwon Yoon committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
    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;
} */