Back to Hub
Design Sample / Mono Type Go to Hub
Typography-first

타이포
그래피

Eliminate color and decoration to the extreme, creating visual hierarchy solely through typographic size, weight, and spacing. In AI prompts, combining "monochrome", "type scale contrast", "grid-based layout", "no decorative elements" is effective.

01
Contrast titles at extreme sizes with lightweight body text
02
Add systematic structure with monospace labels
03
Divide space with 1px lines and grid gaps
04
Limit colors to black/white + one muted tone

AI Request Prompt

Design a typography-centered monochrome web page.

Style conditions:
- Background: Pure dark (#111111), no decorative elements
- Colors: Only black/white/gray, no color accents
- Typography: Titles at 7rem+ extreme size, body at 300 weight lightweight
- Labels: Monospace (Space Mono), uppercase, wide letter-spacing
- Layout: 2-column grid, cells separated by 1px lines
- Buttons: Square corners, black-white inversion on hover
- Motion: Minimal — use only opacity fade

Responsive:
- Mobile (~768px): 2-column → single column, title size reduced to 4rem, grid lines maintained
- Desktop: max-width 960px, strict 2-column grid

Restrictions:
- No color of any kind — strictly black, white, and gray
- No rounded corners — all elements must be sharp-edged (border-radius: 0)
- No decorative elements (icons, illustrations, gradients) — typography is the only design tool

Output:
1) Typography scale system (size, weight, spacing)
2) Grid-based layout structure
3) HTML/CSS code with responsive support