Skip to content

Instantly share code, notes, and snippets.

@javray
Created February 23, 2013 21:39
Show Gist options
  • Save javray/5021475 to your computer and use it in GitHub Desktop.
Save javray/5021475 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.icono {
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.5)));
font-weight: bold;
background: rgba(0,0,0,0);
font-size:30px;
}
.contenedor {
width: 200px;
background:orange;
height:40px;
z-index:1;
}
<!-- content to be placed inside <body>…</body> -->
<div class="contenedor"><div class="icono">ICONO</div></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment