clipped text

by ian_smithz

HTML

<div id="main">

<h1>FISH!</h1>

</div>

CSS

h1 { text-align: center; margin-top: 10%; font: 20em "Arial Black", "Arial Bold", Gadget, sans-serif; font-weight: bold;
    background: url(http://d.mundo-descargas.com/imagenes/tropical-fish-wallpaper-2-0.jpg) center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}