@rawan-salah137Submitted 3 months ago
HariNarayanan1810
@HariNarayanan1810All comments
- @HariNarayanan1810Posted 3 months ago
Whenever you hover through the list of social media link the background should be in lime color and the text should be in black color , but in your code it show lime color and white color , only when he mouse comes to the text it change to black
li:hover { background-color: hsl(75, 94%, 57%); }
to solve this you need to add one more line for color
li:hover { background-color: hsl(75, 94%, 57%); color:black; }
Marked as helpful0 - @rawan-salah137Submitted 3 months ago@HariNarayanan1810Posted 3 months ago
Hey bro iam looking for a study partner to study and make projects together and to ask doubt if needed can is there anyway to contact please let me know , Mention your mailid in your github in readme file
0