-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_style.css
59 lines (49 loc) · 942 Bytes
/
test_style.css
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.test_box0 {
background-color: #DFDFDF;
height: 700px;
padding-top: 30px;
}
.test_box0 h1 {
color: #787878;
font-size: 50px;
font-family: 'Suez One', serif;
font-weight: 200;
text-align: center;
}
.test_content {
background-color: #DFDFDF;
height: 450px;
padding-top: 30px;
padding-left: 55px;
padding-right: 55px;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
.test_content h2 {
color: #787878;
text-align: center;
margin-bottom: 30px;
font-size: 40px;
font-family: 'Roboto',sans-serif;
}
.test_content p {
text-align: center;
font-size: 23px;
}
.GPA {
width: 300px;
height: 400px;
float: left;
}
.TOEFL {
width: 300px;
height: 400px;
margin-left: auto;
margin-right: auto;
}
.GRE {
width: 300px;
height: 400px;
float: right;
}