Sourabh Dhiman

Sourabh Dhiman

  • NA
  • 49
  • 5k

Hover in Social Media Icon.

May 3 2021 10:45 AM
@foreach (var item in Model.SocialMedia)
{
<a href="@item.SocialMediaLink"><span class="fa [email protected]()" id="social-media"></span></a>
}
use this code for display social media icon .but how to set hover with title for e.g i have set mouse in twitter icon display title in hover.
 

Answers (3)