File tree 1 file changed +40
-1
lines changed
1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
body
2
2
{
3
3
min-height : 100vh ;
4
- overflow-y : hidden;
5
4
}
6
5
7
6
.top
@@ -193,3 +192,43 @@ ul li a
193
192
height : 26px ;
194
193
}
195
194
}
195
+ /*css*/
196
+ .list-group-item
197
+ {
198
+ border : none;
199
+ }
200
+ .toggle_
201
+ {
202
+ float : right;
203
+ margin-right : 110px ;
204
+ }
205
+ .toggle_ ul li a
206
+ {
207
+ color : rgba (51 , 103 , 214 , 0.7 );
208
+ }
209
+ .dropdown button
210
+ {
211
+ width : 110px ;
212
+ height : 50px ;
213
+ font-weight : 900 ;
214
+ font-size : 16px ;
215
+ color : rgba (51 , 103 , 214 , 0.7 );
216
+ background-color : transparent;
217
+ text-transform : capitalize;
218
+ }
219
+ ul .professional
220
+ {
221
+ width : 250px ;
222
+ transform : translate (-50px , 0 );
223
+
224
+ }
225
+ /*media query for link*/
226
+ @media (max-width : 576px )
227
+ {
228
+ .toggle_
229
+ {
230
+ float : right;
231
+ margin-right : 50px ;
232
+ background-color : red;
233
+ }
234
+ }
You can’t perform that action at this time.
0 commit comments