Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @HariNarayanan1810

    Posted

    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 helpful

    0
  • @HariNarayanan1810

    Posted

    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