Section
Trusted By — Dark Premium
Dark Premium logos layout: Trusted-by row.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/logos/dark-premium/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Logos/dark-premium Tailwind/Sections/Logos/dark-premium <!--
Snippet Name: Trusted By — Dark Premium
Description: Dark Premium logos layout: Trusted-by row.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<style>
/* DevSnips style-helper classes (self-contained snippet) */
.f-sans{font-family:'Manrope',sans-serif}.f-mono{font-family:'Manrope',sans-serif}.f-disp{font-family:'Manrope',sans-serif}
.dp-glow{background:radial-gradient(60% 50% at 50% 0%,rgba(251,191,36,.10),transparent 70%)}
</style>
<section class="relative w-full py-20 sm:py-28 text-white" data-section="dark-premium">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 rounded-full border border-amber-400/30 bg-amber-400/10 px-3 py-1 text-[11px] font-semibold uppercase tracking-wider text-amber-300"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15 15 0 0 1 0 20 15 15 0 0 1 0-20z"/></svg> Logos</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Trusted by the best</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-white/55">Teams at category-defining companies build on our platform.</p></div><div class="text-center"><p class="text-sm text-white/55 uppercase tracking-wider mb-6">Trusted by 12,000+ teams</p><div class="flex flex-wrap items-center justify-center gap-x-8 gap-y-5"><span class="opacity-70 hover:opacity-100"><span class="inline-flex items-center gap-2" aria-label="Vercel"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true"><path d="M12 2 2 19h20L12 2z"/></svg><span class="font-semibold tracking-tight text-base">Vercel</span></span></span><span class="opacity-70 hover:opacity-100"><span class="inline-flex items-center gap-2" aria-label="Linear"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true"><rect x="3" y="3" width="18" height="18" rx="4"/></svg><span class="font-semibold tracking-tight text-base">Linear</span></span></span><span class="opacity-70 hover:opacity-100"><span class="inline-flex items-center gap-2" aria-label="Stripe"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true"><circle cx="12" cy="12" r="9"/></svg><span class="font-semibold tracking-tight text-base">Stripe</span></span></span><span class="opacity-70 hover:opacity-100"><span class="inline-flex items-center gap-2" aria-label="Resend"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true"><path d="M4 4h16v16H4z"/></svg><span class="font-semibold tracking-tight text-base">Resend</span></span></span><span class="opacity-70 hover:opacity-100"><span class="inline-flex items-center gap-2" aria-label="Raycast"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true"><path d="M12 2v20M2 12h20"/></svg><span class="font-semibold tracking-tight text-base">Raycast</span></span></span><span class="opacity-70 hover:opacity-100"><span class="inline-flex items-center gap-2" aria-label="Notion"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="1.6" aria-hidden="true"><polygon points="12,2 22,12 12,22 2,12"/></svg><span class="font-semibold tracking-tight text-base">Notion</span></span></span></div></div>
</div>
</section> # Trusted By — Dark Premium
> Dark Premium logos layout: Trusted-by row.

## Features
- trusted-by row
- wrap-friendly
- inline logos
- headline count
- low chrome
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Dark Premium** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 17 lines UTF-8 · LF · Spaces: 2
Continue browsing