Skip to content

Instantly share code, notes, and snippets.

@growdigital
growdigital / kellum-image-replacement.css
Last active December 18, 2020 08:10
The Kellum Method!
/* Kudos to Scott Kellum & Jeffrey Zeldman
* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
position: absolute;
}