-
Notifications
You must be signed in to change notification settings - Fork 0
/
Policy.css
183 lines (183 loc) · 3.63 KB
/
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
*{
border: 0px;
padding: 0px;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
body{
padding: 0%;
margin: 0%;
width: 100%;
}
.nav1{
height: 90px;
background-color: transparent;
border-bottom: 1px solid black;
}
.nav1 img{
width: 150px;
position: absolute;
top: 17px;
left: 12%;
}
.nav1 ul{
float: center;
text-align: center;
}
.nav1 ul li{
display: inline-block;
line-height:80px;
margin: 0 15px;
}
.nav1 ul li a{
position: relative;
color: black;
font-size: 14px;
padding: 5px 0px;
margin: 5px 20px;
text-transform: uppercase;
}
.nav1 ul li a::before{
position: absolute;
content: ' ';
left: 0;
bottom: -8px;
height: 3px;
width: 100%;
border-bottom: 4px solid;
border-bottom-color: #000;
transform: scaleX(0);
transform-origin: right;
transition: transform .4s linear;
}
.nav1 ul li a:hover:before{
transform: scaleX(1);
transform-origin: left;
}
.nav1 ul li .line::after {
content: "";
position: absolute;
bottom: -8px;
left: 0;
height: 4px;
width: 100%;
border-bottom: 4px solid;
border-bottom-color: #000;
transform: scaleX(1);
transform-origin: right;
transition: width .25s ease;
}
.nav1 ul li button{
background-color: transparent;
border: none;
}
.nav1 ul li button p{
position: relative;
top: 10px;
font-size: 40px;
font-family:'Times New Roman', Times, serif;
background-color: transparent;
text-transform: uppercase;
border: none;
padding: 0px 130px;
margin: 0;
}
.div1 {
position: relative;
}
.div2 h1{
margin: 80px 0 0 0;
position: relative;
}
.div2 h4{
margin: 40px 0 10px 0;
position: relative;
}
.div2 .p1{
margin: 20px 100px 0px 100px;
position: relative;
font-size: 15px;
}
.div2 .p2{
margin: 0px 100px 150px 100px;
position: relative;
font-size: 15px;
}
.nav2{
padding: 50px 0 0 0 ;
height: 300px;
background-color: transparent;
border-top: 1px solid black;
}
.nav2 img{
width: 150px;
position: absolute;
top: 17px;
left: 12%;
}
.nav2 ul{
float: center;
text-align: center;
}
.nav2 ul li{
display: inline-block;
line-height:80px;
margin: 0 15px;
}
.nav2 ul li a{
position: relative;
color: black;
font-size: 14px;
padding: 5px 0px;
margin: 5px 20px;
text-transform: uppercase;
}
.nav2 ul li a::before{
position: absolute;
content: ' ';
left: 0;
bottom: -8px;
height: 3px;
width: 100%;
border-bottom: 4px solid;
border-bottom-color: #000;
transform: scaleX(0);
transform-origin: right;
transition: transform .4s linear;
}
.nav2 ul li a:hover:before{
transform: scaleX(1);
transform-origin: left;
}
.nav2 ul li .line::after {
content: "";
position: absolute;
bottom: -8px;
left: 0;
height: 4px;
width: 100%;
border-bottom: 4px solid;
border-bottom-color: #000;
transform: scaleX(1);
transform-origin: right;
transition: width .25s ease;
}
.nav2 ul li button{
background-color: transparent;
border: none;
position: relative;
left: 60px;
/* margin: 0 40px; */
}
.nav2 ul li button p{
position: relative;
top: 10px;
font-size: 40px;
font-family:'Times New Roman', Times, serif;
background-color: transparent;
text-transform: uppercase;
border: none;
padding: 0px 180px 0 250px;
margin: 0;
}