<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
 <channel>
  <generator>http://textpattern.com/</generator>
  <title>Posh CSS</title>
  <link>http://poshcss.com/</link>
  <pubDate>Fri, 24 May 2013 05:57:48 PDT</pubDate>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/poshcss" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="poshcss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>Spiffing CSS</title>
 <description>
  <![CDATA[
   	<blockquote>
		<p>Brits, take control of the web. Spiffing allows you to write your <span class="caps">CSS</span> and stylesheets in conformance to proper British English (also known as correct English) grammar and spelling regulations.</p>
	</blockquote>
<p><a href="http://spiffingcss.com/">Read more at spiffingcss.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2012/04/06/spiffing-css</link>
 <pubDate>Sat, 07 Apr 2012 00:17:38 PDT</pubDate>
 <dc:creator>Pat Dryburgh</dc:creator>
 <guid>http://poshcss.com/2012/04/06/spiffing-css</guid>
</item><item>
 <title>Pixel Perfect Tracking and Alignment</title>
 <description>
  <![CDATA[
   	<blockquote>
		<p>When you open up your tracking, the text will always push out to the right as letter-spacing is applied from the left. As a result, if you’re centering your type, it will be a few pixels further to the right than it should be.</p>
	</blockquote>

	<blockquote>
		<p>Taking care of this is simple, but easily overlooked. Just add a negative left margin that is equal to the value you assigned for letter-spacing.</p>
	</blockquote>
<p><a href="http://blog.kylemeyer.com/post/19084045453/pixel-perfect-tracking-and-alignment">Read more at blog.kylemeyer.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2012/03/10/pixel-perfect-tracking-and-alignment</link>
 <pubDate>Sun, 11 Mar 2012 08:24:37 PDT</pubDate>
 <dc:creator>Pat Dryburgh</dc:creator>
 <guid>http://poshcss.com/2012/03/10/pixel-perfect-tracking-and-alignment</guid>
</item><item>
 <title>Interactive CSS3 Lighting Effects</title>
 <description>
  <![CDATA[
   	<p>An experiment by <a href="http://attasi.com/">Tom Giannattasio</a> in using CSS3 to create interactive lighting effects. Best viewed in Safari. (via <a href="http://twitter.com/bbodien">Ben Bodien</a>)</p>
<p><a href="http://attasi.com/labs/ipad/">Read more at attasi.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2011/12/12/interactive-css3-lighting-effects</link>
 <pubDate>Tue, 13 Dec 2011 01:07:07 PST</pubDate>
 <dc:creator>Pat Dryburgh</dc:creator>
 <guid>http://poshcss.com/2011/12/12/interactive-css3-lighting-effects</guid>
</item><item>
 <title>CSS Mask-Image &amp; Text</title>
 <description>
  <![CDATA[
   	<blockquote>
		<p>There are currently 2 webkit <span class="caps">CSS</span> properties that I’ve grown to love and hope gain more traction &amp; browser support. My favorite would have to be background-clip:text, but it currently degrades poorly. A close second is mask-image, which you can apply to text.</p>
	</blockquote>
<p><a href="http://trentwalton.com/2011/05/19/mask-image-text/">Read more at trentwalton.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2011/11/03/css-mask-image-text</link>
 <pubDate>Thu, 03 Nov 2011 12:04:21 PDT</pubDate>
 <dc:creator>Pat Dryburgh</dc:creator>
 <guid>http://poshcss.com/2011/11/03/css-mask-image-text</guid>
</item><item>
 <title>CSS Drop-Shadows Without Images</title>
 <description>
  <![CDATA[
   	<p>Drop-shadows are easy enough to create using pseudo-elements. It’s a nice and robust way to progressively enhance a design. This post is a summary of the technique and some of the possible appearances. (via <a href="http://twitter.com/garbnzgh/status/56440901379174400">Mark Forscher</a>)</p>
<p><a href="http://nicolasgallagher.com/css-drop-shadows-without-images/">Read more at nicolasgallagher.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2011/04/08/css-drop-shadows-without-images</link>
 <pubDate>Sat, 09 Apr 2011 04:42:03 PDT</pubDate>
 <dc:creator>Pat Dryburgh</dc:creator>
 <guid>http://poshcss.com/2011/04/08/css-drop-shadows-without-images</guid>
</item><item>
 <title>Create a vertically centred horizontal navigation</title>
 <description>
  <![CDATA[
   	<blockquote>
		<p>There is a way to have a centred horizontal navigation without knowing an explicit width, and without adding <span class="caps">CSS</span>. It’s also remarkably easy.</p>
	</blockquote>
<p><a href="http://csswizardry.com/2011/01/create-a-vertically-centred-horizontal-navigation/">Read more at csswizardry.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2011/01/31/create-a-vertically-centred-horizontal-navigation</link>
 <pubDate>Mon, 31 Jan 2011 19:00:00 PST</pubDate>
 <dc:creator>Sam Brown</dc:creator>
 <guid>http://poshcss.com/2011/01/31/create-a-vertically-centred-horizontal-navigation</guid>
</item><item>
 <title>CSS background image hacks</title>
 <description>
  <![CDATA[
   	<blockquote>
		<p>Emulating background image crop, background image opacity, background transforms, and improved background positioning. A few hacks relying on <span class="caps">CSS</span> pseudo-elements to emulate features unavailable or not yet widely supported by modern browsers.</p>
	</blockquote>
<p><a href="http://nicolasgallagher.com/css-background-image-hacks/">Read more at nicolasgallagher.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2011/01/17/css-background-image-hacks</link>
 <pubDate>Mon, 17 Jan 2011 22:30:36 PST</pubDate>
 <dc:creator>Sam Brown</dc:creator>
 <guid>http://poshcss.com/2011/01/17/css-background-image-hacks</guid>
</item><item>
 <title>3D Text</title>
 <description>
  <![CDATA[
   	<p>It is unbelievable to me that this is created entirely with <span class="caps">CSS</span>. From Mark Otto: &#8220;3D text using nothing but <span class="caps">CSS</span>. No extra markup, no :before or :after mess, and no images. Just progressively enhancing <span class="caps">CSS</span> to add some flair to your work.&#8221;</p>
<p><a href="http://markdotto.com/playground/3d-text/">Read more at markdotto.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2011/01/06/3d-text</link>
 <pubDate>Fri, 07 Jan 2011 01:50:54 PST</pubDate>
 <dc:creator>Pat Dryburgh</dc:creator>
 <guid>http://poshcss.com/2011/01/06/3d-text</guid>
</item><item>
 <title>Flexible Nav</title>
 <description>
  <![CDATA[
   	<p>Remember when you needed Flash to create cool navigation menus? Ya, me neither… ;)</p>
<p><a href="http://playground.deaxon.com/css/flex-nav/">Read more at playground.deaxon.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2010/12/30/flexible-nav</link>
 <pubDate>Fri, 31 Dec 2010 00:39:11 PST</pubDate>
 <dc:creator>Levi Figueira</dc:creator>
 <guid>http://poshcss.com/2010/12/30/flexible-nav</guid>
</item><item>
 <title>Controlling text size in Safari for iOS without disabling user zoom</title>
 <description>
  <![CDATA[
   
<p><a href="http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/">Read more at www.456bereastreet.com &rarr;</a></p>
  ]]>
 </description>
 <link>http://poshcss.com/2010/12/21/controlling-text-size-in-safari-for-ios-without-disabling-user-zoom</link>
 <pubDate>Tue, 21 Dec 2010 20:50:25 PST</pubDate>
 <dc:creator>Sam Brown</dc:creator>
 <guid>http://poshcss.com/2010/12/21/controlling-text-size-in-safari-for-ios-without-disabling-user-zoom</guid>
</item>
 </channel>
</rss>
