DEV Community

Freecodez
Freecodez

Posted on

Draggable glassmorphism list using html css javascript

Hey there, You are most welcome to this article.

Draggable glassmorphism list using html css javascript

Draggable glassmorphism list using html css javascript

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

<!-- https://freecodez.com -->
<div id="team-members">
    <article class="team-member">
        <img class="team-member-avatar" src="https://res.cloudinary.com/freecodez/image/upload/v1698067298/images/fy8azbqxhgdrbbijhipe.webp" alt="Team Member" />
        <div class="team-member-name">
            <h3>Vikas</h3>
            <p>Full Stack Web Developer</p>
        </div>
        <ul class="social-links">
            <li><a href="#"><i class="fa-brands fa-linkedin"></i></a></li>
            <li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
            <li><a href="#"><i class="fa-brands fa-github"></i></a></li>
        </ul>
    </article>
    <article class="team-member">
        <img class="team-member-avatar" src="https://res.cloudinary.com/freecodez/image/upload/v1698067298/images/fy8azbqxhgdrbbijhipe.webp" alt="Team Member" />
        <div class="team-member-name">
            <h3>Rohan</h3>
            <p>Data Analyst</p>
        </div>
        <ul class="social-links">
            <li><a href="#"><i class="fa-brands fa-linkedin"></i></a></li>
            <li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
            <li><a href="#"><i class="fa-brands fa-github"></i></a></li>
        </ul>
    </article>
    <article class="team-member">
        <img class="team-member-avatar" src="https://res.cloudinary.com/freecodez/image/upload/v1698067298/images/fy8azbqxhgdrbbijhipe.webp" alt="Team Member" />
        <div class="team-member-name">
            <h3>Nitin</h3>
            <p>App Developer</p>
        </div>
        <ul class="social-links">
            <li><a href="#"><i class="fa-brands fa-linkedin"></i></a></li>
            <li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
            <li><a href="#"><i class="fa-brands fa-github"></i></a></li>
        </ul>
    </article>
</div>
Enter fullscreen mode Exit fullscreen mode

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

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

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more