<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kenneth D. Nordahl’s blog &#187; 3d text</title>
	<atom:link href="http://blog.nordahl.me/tag/3d-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nordahl.me</link>
	<description>blog</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:59:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>3D text with CSS</title>
		<link>http://blog.nordahl.me/news/3d-text-with-css/</link>
		<comments>http://blog.nordahl.me/news/3d-text-with-css/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:01:23 +0000</pubDate>
		<dc:creator>KDN</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[3d text]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://blog.nordahl.me/?p=640</guid>
		<description><![CDATA[
You could create 3D text with CSS by adding multple shadows to the text like this:

body{
	background:#373737;
}
h1{
	color: #373737;
	text-shadow: 0 0 5px #111,
	1px 1px 0 #777;
}

]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.nordahl.me/wp-content/uploads/2009/11/nordahl-3d-text.png" alt="nordahl-3d-text" title="nordahl-3d-text" width="600" height="72" class="alignleft size-full wp-image-641" /><br />
You could create 3D text with CSS by adding multple shadows to the text like this:</p>
<pre class="brush: css;">
body{
	background:#373737;
}
h1{
	color: #373737;
	text-shadow: 0 0 5px #111,
	1px 1px 0 #777;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.nordahl.me/news/3d-text-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
