<h1>TEST</h1>
body {
background:#ccc;
}
h1 {
font: bold 200px arial, sans-serif;
background-color: #565656;
color: transparent;
text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.