Section
Minimal Monochrome Logos — Futuristic
Futuristic logos layout: Minimal monochrome logos.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/logos/futuristic/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Logos/futuristic Tailwind/Sections/Logos/futuristic <!--
Snippet Name: Minimal Monochrome Logos — Futuristic
Description: Futuristic logos layout: Minimal monochrome logos.
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:'Space Grotesk',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Space Grotesk',sans-serif}
.ft-grid{background-image:linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(70% 60% at 50% 30%,#000,transparent 100%)}
.ft-glow{box-shadow:0 0 0 1px rgba(34,211,238,.2),0 0 30px -8px rgba(34,211,238,.4)}
</style>
<section class="relative w-full py-20 sm:py-28 text-white" data-section="futuristic">
<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-cyan-400/30 bg-cyan-400/10 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-cyan-200"><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-cyan-100/50">Teams at category-defining companies build on our platform.</p></div><div class="flex flex-wrap items-center justify-center gap-x-10 gap-y-6"><span class="opacity-50 hover:opacity-100 transition-opacity"><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-50 hover:opacity-100 transition-opacity"><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-50 hover:opacity-100 transition-opacity"><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-50 hover:opacity-100 transition-opacity"><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-50 hover:opacity-100 transition-opacity"><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-50 hover:opacity-100 transition-opacity"><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><span class="opacity-50 hover:opacity-100 transition-opacity"><span class="inline-flex items-center gap-2" aria-label="Framer"><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">Framer</span></span></span><span class="opacity-50 hover:opacity-100 transition-opacity"><span class="inline-flex items-center gap-2" aria-label="Cal.com"><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">Cal.com</span></span></span></div>
</div>
</section> # Minimal Monochrome Logos — Futuristic
> Futuristic logos layout: Minimal monochrome logos.

## Features
- minimal monochrome logos
- no cards
- opacity hover
- inline wrap
- 8 logos
## 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
**Futuristic** — 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 18 lines UTF-8 · LF · Spaces: 2
Continue browsing