<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Zen Elements</title>
	<link>http://www.zenelements.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 03:23:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>CSS3 Transform</title>
		<description><![CDATA[Use CSS 3 to tranform elements in a page, such as rotating an object by a specified angle, or skewing/scaling an image. CSS3 Transform &#8211; Rotate The above image uses the following CSS 3 CSS3 Transform (rotate) .my_CSS3_class { &#160; -moz-transform: rotate(7deg); &#160;&#160;-webkit-transform: rotate(7deg); } If you don&#8217;t believe it, this is the original image. [...]]]></description>
		<link>http://www.zenelements.com/blog/css3-transform/</link>
			</item>
	<item>
		<title>CSS3 Gradients</title>
		<description><![CDATA[Use CSS 3 to create some nice subtle gradients; or very compelling gradients! CSS 3 Gradients are not the simplest things by any means; there are several values to account for when projecting your gradient and it only worsens when working with radial gradients. background:-moz-linear-gradient(pos, #AAA B, #XXX Y); pos = the position of the [...]]]></description>
		<link>http://www.zenelements.com/blog/css3-gradients/</link>
			</item>
	<item>
		<title>CSS3 Text Shadow</title>
		<description><![CDATA[Like with the box-shadow effect, we can apply shadows to text using CSS3. To create a shadow in text, the CSS is written text-shadow: Apx Bpx Cpx #XXX; - Apx = x-axis- Bpx = y-axis- Cpx = cast length / feathering- #XXX = colour as usual HELLO CSS3 WORLD! The above header uses the following [...]]]></description>
		<link>http://www.zenelements.com/blog/css3-text-shadow/</link>
			</item>
	<item>
		<title>CSS3 Border Image</title>
		<description><![CDATA[Use the border-image CSS3 property to create some new and impacting borders. The first thing to do is create your basic border, this will be filled by your border images or as a fallback for browsers not supporting border-image. To apply the border-image, we use the CSS -webkit-border-image: url(borderfile.png) A B type; - A = [...]]]></description>
		<link>http://www.zenelements.com/blog/css3-border-image/</link>
			</item>
	<item>
		<title>Origami Logo</title>
		<description><![CDATA[Create an Origami Logo in Illustrator; getting a little taste towards one of the trends of 2009 Logo Design and answering to those that requested an Illustrator version of the previous Origami Logo tutorial! Step 1 – The inevitable ‘New Document’ Create a New Document in Illustrator. For the purpose of this tutorial, I am [...]]]></description>
		<link>http://www.zenelements.com/blog/origami-logo/</link>
			</item>
</channel>
</rss>
