-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
59 lines (58 loc) · 979 Bytes
/
Copy pathindex.css
File metadata and controls
59 lines (58 loc) · 979 Bytes
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
*{
font-family: sans-serif;
}
body{
margin: 0;
padding-top: 57.4333px;
}
header{
text-align: center;
padding: 5px;
background-color: #2D647A;
color: white;
top: 0;
width: 100%;
position: absolute;
right: 0px;
}
header a:link.headerLink, header a:visited.headerLink {
color: #E6E2D1;
text-align: center;
text-decoration: none;
font-size: 16px;
margin: 15px;
}
img.headerLogo{
width: 50px;
float: left;
margin-left: 20px;
padding: 5px;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
#header{
background: rgba(1,90,156,0);
moz-transition: all 1s ease-in-out;
o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
webkit-transition: all 1s ease-in-out;
}
p.benifit{
display: block;
font-size: 1.17em;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-weight: bold;
color: #6973BF;
}
p.benifit img{
vertical-align: middle;
margin-left: 10px;
}