<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Create Inset Typography with CSS3</title>
	<atom:link href="http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 18:31:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: diek</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-133689</link>
		<dc:creator>diek</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-133689</guid>
		<description>So if you have the patience for a newbie I have a question. How does you blend this, or the similar photoshop image, into the page? It is an cool look but right now it not cool with my limited ability. Thank you,
d</description>
		<content:encoded><![CDATA[<p>So if you have the patience for a newbie I have a question. How does you blend this, or the similar photoshop image, into the page? It is an cool look but right now it not cool with my limited ability. Thank you,<br />
d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesseD</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-106410</link>
		<dc:creator>JesseD</dc:creator>
		<pubDate>Wed, 15 Jun 2011 22:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-106410</guid>
		<description>Since the gradient is going from light to dark to achieve more of an inset look the high-lights and low-lights should be reversed. 
I dropped down the alpha and reversed the direction:

text-shadow: rgba(0,0,0,0.3) 1px 0, rgba(0,0,0,0.2) 0 1px, rgba(255,255,255,0.3) 0 -1px, rgba(0,0,0,0.2) -1px 1px;</description>
		<content:encoded><![CDATA[<p>Since the gradient is going from light to dark to achieve more of an inset look the high-lights and low-lights should be reversed.<br />
I dropped down the alpha and reversed the direction:</p>
<p>text-shadow: rgba(0,0,0,0.3) 1px 0, rgba(0,0,0,0.2) 0 1px, rgba(255,255,255,0.3) 0 -1px, rgba(0,0,0,0.2) -1px 1px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-104488</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Wed, 08 Jun 2011 04:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-104488</guid>
		<description>nice tutorial. working for me in IE9, chrome and in firefox.
gr8 work :)</description>
		<content:encoded><![CDATA[<p>nice tutorial. working for me in IE9, chrome and in firefox.<br />
gr8 work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-100818</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 12 May 2011 05:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-100818</guid>
		<description>@rasmusfl0e and @Andrew Roberts. I tried and agree to u both.
Nice tut Andrew. I will use this in my next design. Thank you.
Keep up the good work..:-)</description>
		<content:encoded><![CDATA[<p>@rasmusfl0e and @Andrew Roberts. I tried and agree to u both.<br />
Nice tut Andrew. I will use this in my next design. Thank you.<br />
Keep up the good work..:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-99056</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 27 Apr 2011 19:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-99056</guid>
		<description>The only problem is that the background gradient should be switched so it actually looks like the light source is coming from the top. If the light source is coming from the top, the top inside of the inset type would be in shadow hence the black shadow. The bottom edge of the inset type would be in the light hence the white shadow on the bottom. The shadows here are set up fine. Like I said the background gradient just needs switched. 

I&#039;ve also found that:

text-shadow: 0 1px 2px #a8c9e7, 0 -1px 2px #000000;

with the first color being a lighter version of the lighter gradient color but not quite white, makes a more convincing inset appearance. That&#039;s just my experience though.</description>
		<content:encoded><![CDATA[<p>The only problem is that the background gradient should be switched so it actually looks like the light source is coming from the top. If the light source is coming from the top, the top inside of the inset type would be in shadow hence the black shadow. The bottom edge of the inset type would be in the light hence the white shadow on the bottom. The shadows here are set up fine. Like I said the background gradient just needs switched. </p>
<p>I&#8217;ve also found that:</p>
<p>text-shadow: 0 1px 2px #a8c9e7, 0 -1px 2px #000000;</p>
<p>with the first color being a lighter version of the lighter gradient color but not quite white, makes a more convincing inset appearance. That&#8217;s just my experience though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Pucci</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-96969</link>
		<dc:creator>Alessandro Pucci</dc:creator>
		<pubDate>Fri, 08 Apr 2011 10:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-96969</guid>
		<description>Nice tuts! A question for you... can i make an emboss effect on gradient?

Thanks</description>
		<content:encoded><![CDATA[<p>Nice tuts! A question for you&#8230; can i make an emboss effect on gradient?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ifeanyi</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-91362</link>
		<dc:creator>Ifeanyi</dc:creator>
		<pubDate>Tue, 15 Feb 2011 15:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-91362</guid>
		<description>Thanks for sharing this tut... Great guy.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this tut&#8230; Great guy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ifeanyi</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-91361</link>
		<dc:creator>Ifeanyi</dc:creator>
		<pubDate>Tue, 15 Feb 2011 15:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-91361</guid>
		<description>This is cool and awesome... Thanks for sharing</description>
		<content:encoded><![CDATA[<p>This is cool and awesome&#8230; Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-81980</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Mon, 15 Nov 2010 14:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-81980</guid>
		<description>Great, just what I needed. Thanks Andrew, and @CiNiTriQs, yep this and other css3 codes are really great ways for enhancing typography =)</description>
		<content:encoded><![CDATA[<p>Great, just what I needed. Thanks Andrew, and @CiNiTriQs, yep this and other css3 codes are really great ways for enhancing typography =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiNiTriQs</title>
		<link>http://sixrevisions.com/css/how-to-create-inset-typography-with-css3/#comment-79358</link>
		<dc:creator>CiNiTriQs</dc:creator>
		<pubDate>Sat, 23 Oct 2010 20:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=2828#comment-79358</guid>
		<description>Even though this cannot be done cross-oldbrowser wise yet, a great thing to already learn and implement for those webjunkies with the latest browsers at all times while we wait for the rest to come along... yet another nice tool in the css arsenal.</description>
		<content:encoded><![CDATA[<p>Even though this cannot be done cross-oldbrowser wise yet, a great thing to already learn and implement for those webjunkies with the latest browsers at all times while we wait for the rest to come along&#8230; yet another nice tool in the css arsenal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
