Skip to content

Instantly share code, notes, and snippets.

@exarcheia-web
Created November 19, 2013 19:48
Show Gist options
  • Save exarcheia-web/7551347 to your computer and use it in GitHub Desktop.
Save exarcheia-web/7551347 to your computer and use it in GitHub Desktop.
Image Replacement
/* Image Replacement */
.site-logo {
background: url(http://nosotros.gr.80-241-209-237.drb-srv.org/wp-content/uploads/2013/05/logo.png);
width: 639px;
height: 230px;
display: block;
margin: 20px auto; /* stoixisi sto kentro */
text-indent: 100%;
overflow: hidden;
white-space: nowrap; /* krivo to html keimeno */
}
.site-logo-b {
margin: 0 auto;
display: block;
width: 639px;
}
<a href="http://nosotros.gr" class="site-logo">nosotros</a>
<a href="http://nosotros.gr" class="site-logo-b">
<img src="http://nosotros.gr.80-241-209-237.drb-srv.org/wp-content/uploads/2013/05/logo.png" alt="nosotros">
</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment