Home.css 524 Bytes
Newer Older
김민수's avatar
김민수 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
31
32
.Main {
    background-image: 'url(' + bg + ')';
    background-color: "grey";
    background-size: "100%";
    width: "100%";
    height: "880px";
    background-repeat: 'no-repeat';
}

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

.input-style{
    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'
}