File tree 5 files changed +19
-5
lines changed
5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 37
37
< div class ="collapse navbar-collapse text-center " id ="navbarSupportedContent ">
38
38
< ul class ="navbar-nav me-auto mb-2 ml-auto mb-lg-0 headingStyle ">
39
39
< li class ="nav-item ">
40
- < a class ="nav-link active " aria-current ="page " href ="../../../index.html "> Home</ a >
40
+ < a class ="nav-link active hoverprop " aria-current ="page " href ="../../../index.html "> Home</ a >
41
41
</ li >
42
- < li class ="nav-item ml-3 ">
43
- < a class ="nav-link active " aria-current ="page " href ="../index.html "> Projects</ a >
42
+ < li class ="nav-item ml-3 ">
43
+ < a class ="nav-link active hoverprop " aria-current ="page " href ="../index.html "> Projects</ a >
44
+
44
45
</ li >
45
46
< li class ="nav-item ml-3 ">
46
- < a class ="nav-link active " aria-current ="page " href ="../../../index.html#contact "> Contact</ a >
47
+ < a class ="nav-link active hoverprop " aria-current ="page " href ="../../../index.html#contact "> Contact</ a >
47
48
</ li >
48
49
< li class ="nav-item ml-3 ">
49
- < a class ="nav-link active " aria-current ="page " href =""> Login</ a >
50
+ < a class ="nav-link active hoverprop " aria-current ="page " href =""> Login</ a >
50
51
</ li >
51
52
</ div >
52
53
</ div >
Original file line number Diff line number Diff line change @@ -168,7 +168,16 @@ section {
168
168
font-weight : 400 ;
169
169
}
170
170
171
+ .hoverprop {
172
+ border-radius : 8px ;
171
173
174
+ }
175
+ .hoverprop : hover {
176
+ padding-bottom : 0 ;
177
+ background-color : # c8e6f4 ;
178
+ border-bottom : 3px solid # 47b2e4 ; /* Add a transparent underline */
179
+
180
+ }
172
181
/* Media query to target mobile devices */
173
182
@media (max-width : 768px ) {
174
183
.navbar-toggler .navbar-toggler-right {
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ nav #login:hover{
138
138
}
139
139
.chatbot__textarea ::placeholder {
140
140
font-family : 'Poppins' , sans-serif;
141
+
141
142
}
142
143
.chatbot__input-box span {
143
144
font-size : 2.5em ;
@@ -150,7 +151,10 @@ nav #login:hover{
150
151
.chatbot__textarea : valid ~ span {
151
152
visibility : visible;
152
153
}
154
+ .hover__effect : hover {
155
+ color : # 721c24 ;
153
156
157
+ }
154
158
@media (max-width : 490px ) {
155
159
.chatbot__button {
156
160
position : fixed;
You can’t perform that action at this time.
0 commit comments