DEV Community

Cover image for How to build a team grid section with a cta card using Tailwind CSS
Michael Andreuzza
Michael Andreuzza

Posted on

How to build a team grid section with a cta card using Tailwind CSS

Most team sections look like a random pile of headshots. In this article, you’ll build a responsive team grid that actually feels designed: a semantic ul[role="list"], a central hero card that doubles as a CTA, consistent portrait ratios, and inline social icons that stay subtle until hovered.

You’ll see how to:

  • Structure the grid so it scales from 1 to 4 columns with clean spacing.
  • Use ordering and column spans to make a single “hero” card the focal point.
  • Keep every profile card aligned with the same visual rhythm: image → meta → bio.
  • Wire up inline SVG icons that inherit text color and play nicely with hover states.
  • Everything is plain HTML + Tailwind CSS

Read the article and grab the code:
https://lexingtonthemes.com/blog/how-to-build-a-team-grid-section-with-tailwind-css

Top comments (0)