Hard Offset
Shadow & Press · Static · pure CSS
A flat, hard offset shadow with no blur — bold retro-poster depth in a single solid color.
How it works
Hard Offset is a static shadow & press text effect rendered entirely in CSS. It works on a single element — just add the .text-effect class, with no extra HTML.
Controls
Hard Offset exposes 3 dedicated controls — Shadow Hue, Offset and Direction — on top of the shared type controls (font, weight, letter-spacing and case). Open it in the generator to tune every value live, then copy the updated CSS.
CSS
/* Hard Offset — generated with TEXT-FX
* HTML: just put the class on any element.
* Font: 'Major Mono Display', monospace (load from Google Fonts).
*/
.text-effect {
font-family: 'Major Mono Display', monospace;
font-weight: 700;
letter-spacing: 0px;
text-transform: none;
}
.text-effect {
color: hsl(148 20% 97%);
text-shadow: -8px 8px 0 hsl(148 80% 52%);
}
Pure CSS — just add the .text-effect class to any element.
- Category
- Shadow & Press
- Type
- Static
- Browser support
- All modern browsers
- Capabilities
- pure