-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.css
90 lines (85 loc) · 1.29 KB
/
privacypolicy.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.teal
{
background: #0070FF;
}
div.container
{
font-family: Raleway;
margin: 0 auto;
padding: 2% 6%;
text-align: left;
width: 60%;
}
div.container a
{
color: #FFF;
text-decoration: none;
font: 20px Raleway;
margin: 0px 1%;
padding: 1% 1%;
position: relative;
z-index: 0;
cursor: pointer;
}
div.borderYtoX a:before, div.borderYtoX a:after
{
position: absolute;
opacity: 0.5;
height: 100%;
width: 2px;
content: '';
background: #FFF;
transition: all 0.3s;
}
div.borderYtoX a:before
{
left: 0px;
top: 0px;
}
div.borderYtoX a:after
{
right: 0px;
bottom: 0px;
}
div.borderYtoX a:hover:before, div.borderYtoX a:hover:after
{
opacity: 1;
height: 2px;
width: 100%;
}
ul{
list-style: none;
margin: 10%;
}
ul li{
max-width: 550px;
}
h1{
font-weight: lighter;
color: #2274A5;
font-size: 37px;
font-family: 'Roboto', sans-serif;
}
h3{
font-size: 21px;
color: #2274A5;
font-family: 'Roboto', sans-serif;
}
p{
color: #444545;
font-family: 'Roboto', sans-serif;
}
.header{
color: #0D0A0B;
font-family:sans-serif;
}
a{
color: #256EFF;
}
@media screen and (max-width:700px){
#ul{
list-style: none;
margin-left: -30px;
margin-right: 5%;;
}
}