DEV Community

Freecodez
Freecodez

Posted on

😱😱😱 Amazing LinkedIn tooltip button using html, css

Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.

😱😱😱 Amazing LinkedIn tooltip button using html, css

😱😱😱 Amazing LinkedIn tooltip button using html, css

For full source code visit : https://freecodez.com/post/dt2wdw2

<!-- https://freecodez.com -->
<div class="tooltip-container">
    <div class="tooltip">
        <div class="profile">
            <div class="user">
                <div class="img">Fz</div>
                <div class="details">
                    <div class="name">Freecodez</div>
                    <div class="username">@vikas7754</div>
                </div>
            </div>
            <div class="about">500+ Connections</div>
        </div>
    </div>
    <div class="text">
        <a class="icon" href="https://freecodez.com/">
            <div class="layer">
                <span></span>
                <span></span>
                <span></span>
                <span></span>
                <span class="fab fa-linkedin">
          <svg viewBox="0 0 448 512" height="1em">
            <path
              d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
            ></path>
          </svg>
        </span>
            </div>
            <div class="text">LinkedIn</div>
        </a>
    </div>
</div>
Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/dt2wdw2

For more such articles visit : https://freecodez.com

Top comments (0)