-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCT_SkillTest_v1.css
49 lines (46 loc) · 930 Bytes
/
CT_SkillTest_v1.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
html,body {
overflow-x: hidden;
}
body{
background: #ffffff;
}
.full-width{
width: 100%;
background: #ff6200;
}
.wrap {
width: 80%;
max-width: 24em;
margin: 0 auto;
padding: 0.25em 0.625em;
}
.orangebanner {
padding-top: 10px;
background-color: #ff6200;
height: 34px;
}
.leftheader{
float: left;
vertical-align: middle;
}
.rightheader{
vertical-align: middle;
}
.orangeheader {
font-family: 'Oswald', sans-serif; /* Font subsitution as Bebas is not a web font*/
color: #be3500;
font-size: 14.75px;
font-weight: 400;
line-height: 18.64px;
text-align: left;
vertical-align: middle;
}
.whiteheader {
font-family: 'Oswald', sans-serif; /* Font subsitution as Bebas is not a web font*/
color: #ffffff;
font-size: 14.75px;
font-weight: 400;
line-height: 18.64px;
text-align: left;
vertical-align: middle;
}