forked from ToNy2198/Terms-and-policy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.css
107 lines (104 loc) · 1.89 KB
/
privacy-policy.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
font-family: 'Tajawal', sans-serif;
margin: 0;
position: relative;
background-color: #e8f5ff;
}
.navbar {
width: 100%;
height: 50px;
background-color: #fff;
margin: 0;
overflow: hidden;
position: relative;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
transition: all .3s ease-in-out
}
.navbar-elements-ul {
/* height: 100%;*/
padding: 14px;
margin: 0 auto;
text-align: center
}
.navbar-elements-ul li {
list-style: none;
display: inline;
padding: 10px 5px;
margin: 0 18px;
text-align: right;
cursor: pointer
}
.navbar-elements-ul li:hover {
color: #0088ff;
border-bottom: 4px solid #0088ff;
transition: .3s ease-in-out !important;
}
.cover {
height: 350px;
width: 100%;
background-size: contain;
overflow: hidden;
background-image: url(cover.png);
background-size: cover;
}
.content-div {
width: 78%;
min-height: 500px;
background-color: #fff;
border-radius: 20px;
position: relative;
top: 50px;
margin: -130px auto 30px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
transition: all .6s ease-in-out
}
.logo {
width: 30px;
position: absolute;
right: 10px;
top: 10px;
}
.title {
height: 50px;
margin: 100px auto;
color: aliceblue;
font-size: 45px;
text-align: center;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.terms {
text-align: right;
padding: 30px;
font-size: 17px;
line-height: 30px
}
.br {
height: 25px;
margin: 0 5px 0 10px;
width: 4px;
background: #0088ff;
float: right
}
.bars {
display: none;
color: #767676;
cursor: pointer;
transition: all .2s ease-in-out
}
.bars:hover {
color: #0088ff;
transition: all .2s ease-in-out;
}
.switch-lang {
position: absolute;
top: 40px;
right: 40px;
border-radius: 4px;
width: 60px;
height: 25px;
border: none;
background-color: #0088ff;
color: #ffffff;
outline: none;
font-family: 'Tajawal', sans-serif;
}