A project by:

Themesberg Logo

Themesberg

Glass UI

A modern CSS UI library based on the glassmorphism design principles that will help you quickly design and build beautiful websites and applications.

New: the . Check it out!

                            
<li class="list-group-item bg-transparent border-bottom py-3 px-0">
    <div class="row align-items-center">
        <div class="col-auto">
            <a href="#" class="user-avatar rounded bordered">
                <img class="p-1 rounded" alt="Image placeholder" src="./assets/img/team/profile-picture-1.jpg">
            </a>
        </div>
        <div class="col-auto px-0">
            <h4 class="fs-6 mb-0">
                Chris Wood
            </h4>
            <span class="small text-muted">Graphic Designer</span>
        </div>
        <div class="col text-end">
            <span class="fs-6 fw-bolder">$1,834</span>
        </div>
    </div>
</li>