groups

name language licence
Hide text with text indent CSS Other
Adding Bundles
Getting Started



language: CSS
licence: Other

Hide text with text indent

options: view full snippetsend to code collector
h1 {
        text-indent:-9999px;
        margin:0 auto;
        width:400px;
        height:100px;
        background:transparent url("images/logo.jpg") no-repeat scroll;
}
	
(Continues...)