Comic Pop
Retro & Themed · Static · pure CSS
A bright fill with a heavy ink outline and a chained offset, for chunky comic-book pop. paint-order keeps the face crisp over the stroke.
CSS
/* Comic Pop — generated with TEXT-FX
* HTML: just put the class on any element.
* Font: 'Bungee', cursive (load from Google Fonts).
*/
.text-effect {
font-family: 'Bungee', cursive;
font-weight: 400;
letter-spacing: 0px;
text-transform: none;
}
.text-effect {
color: hsl(353 95% 62%);
-webkit-text-stroke: 3.5px hsl(353 40% 8%);
paint-order: stroke fill;
text-shadow: 1px 1px 0 hsl(353 40% 8%), 2px 2px 0 hsl(353 40% 8%), 3px 3px 0 hsl(353 40% 8%), 4px 4px 0 hsl(353 40% 8%), 5px 5px 0 hsl(353 40% 8%), 6px 6px 0 hsl(353 40% 8%), 7px 7px 0 hsl(353 40% 8%);
}
Pure CSS — just add the .text-effect class to any element.
- Category
- Retro & Themed
- Type
- Static
- Browser support
- All modern browsers
- Capabilities
- pure