home

MY BLOG BYTES


code post test

This is a code post test. Testing to see if code will get properly displayed?
Pure CSS text gradient (no PNGs)

[sourcecode language='css']

h1 {
position: relative;
font-size: 300px;
line-height: 300px;
text-shadow: -3px 0 4px #006;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
position: absolute;
top: 0; z-index: 2;
color: #d12;
-webkit-mask-image: -webkit-gradient(linear, left top, »
left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
h1:after {
content: “Filthy”;
color: #000;
text-shadow: 3px 3px 1px #600;
}

[/sourcecode]

This entry was posted in feature. Bookmark the permalink.


blog comments powered by Disqus