File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 228
228
}@charset "utf-8";
229
229
/* CSS Document */
230
230
231
-
231
+ /* css for hover effect */
232
+ .nav .nav-item:hover
233
+ {
234
+ background-color: #00719d;
235
+ color: #fff !important;
236
+ border-radius:30px;
237
+ transition:1s;
238
+ }
239
+ .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .show>.nav-link:hover
240
+ {
241
+ color: #fff !important;
242
+ }
243
+ a:hover , #projectbutton:hover
244
+ {
245
+ border-radius:30px;
246
+ transition:1s;
247
+ }
248
+
232
249
</style>
233
250
234
251
</head>
266
283
<li class="nav-item"><a class="nav-link active " data-toggle="modal" data-target="#modalregister" href="#"
267
284
style="padding: 8px;padding-right:2vw;font-size:20px;">Register</a></li>
268
285
269
- <li class="nav-item " style="padding-left: 8px;"> <input type="checkbox" id="toggle" name="checkbox" class="switch" onclick="myfun()"></li>
286
+ <li class="nav-item2 " style="padding-left: 8px;"> <input type="checkbox" id="toggle" name="checkbox" class="switch" onclick="myfun()"></li>
270
287
271
288
</ul>
272
289
</div>
You can’t perform that action at this time.
0 commit comments