Section
Office Locations — Monochrome
Monochrome contact layout: Office location cards.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/contact/monochrome/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Contact/monochrome Tailwind/Sections/Contact/monochrome <!--
Snippet Name: Office Locations — Monochrome
Description: Monochrome contact layout: Office location cards.
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:'Inter',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Inter',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-black" data-section="monochrome">
<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-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg> Contact</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Let's talk</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-black/50">Reach out and our team will reply within one business day.</p></div><div class="grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-3"><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 p-6"><div class="flex items-center justify-between"><div class="flex h-11 w-11 items-center justify-center bg-black/[0.03] border border-black/10 rounded-lg"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M9 22v-4h6v4M8 6h.01M16 6h.01M8 10h.01M16 10h.01M8 14h.01M16 14h.01"/></svg></div><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">HQ</span></div><h3 class="mt-4 font-semibold">San Francisco</h3><p class="text-sm text-black/50">548 Market St, USA</p><p class="mt-3 text-xs text-black/50">Local time 10:00:00</p></article><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 p-6"><div class="flex items-center justify-between"><div class="flex h-11 w-11 items-center justify-center bg-black/[0.03] border border-black/10 rounded-lg"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M9 22v-4h6v4M8 6h.01M16 6h.01M8 10h.01M16 10h.01M8 14h.01M16 14h.01"/></svg></div><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">EMEA</span></div><h3 class="mt-4 font-semibold">London</h3><p class="text-sm text-black/50">1 Finsbury Avenue, UK</p><p class="mt-3 text-xs text-black/50">Local time 02:00:00</p></article><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 p-6"><div class="flex items-center justify-between"><div class="flex h-11 w-11 items-center justify-center bg-black/[0.03] border border-black/10 rounded-lg"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M9 22v-4h6v4M8 6h.01M16 6h.01M8 10h.01M16 10h.01M8 14h.01M16 14h.01"/></svg></div><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">APAC</span></div><h3 class="mt-4 font-semibold">Singapore</h3><p class="text-sm text-black/50">8 Marina Blvd, SG</p><p class="mt-3 text-xs text-black/50">Local time 06:00:00</p></article></div>
</div>
</section> # Office Locations — Monochrome
> Monochrome contact layout: Office location cards.

## Features
- office location cards
- regional badges
- local time display
- 3 regions
- responsive grid
## 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
**Monochrome** — 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 16 lines UTF-8 · LF · Spaces: 2
Continue browsing