Skip to content

Instantly share code, notes, and snippets.

@jamesflorentino
Created July 7, 2012 23:39
Show Gist options
  • Save jamesflorentino/3068598 to your computer and use it in GitHub Desktop.
Save jamesflorentino/3068598 to your computer and use it in GitHub Desktop.
Hiding Texts in CSS
<style>
.logo {
background: url(https://a248.e.akamai.net/assets.github.com/images/modules/header/logo_gist.png?1315867479) top left no-repeat;
width: 655px;
height: 0;
overflow: hidden;
padding-top: 177px;
}
</style>
<div class="logo">GitHub Logo</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment