<?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>Creatif code</title>
	<atom:link href="http://creatifcode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://creatifcode.com</link>
	<description>My own creative playground</description>
	<lastBuildDate>Mon, 14 May 2012 15:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Pure CSS progress bar</title>
		<link>http://creatifcode.com/css/pure-css-progress-bar/</link>
		<comments>http://creatifcode.com/css/pure-css-progress-bar/#comments</comments>
		<pubDate>Mon, 14 May 2012 15:02:23 +0000</pubDate>
		<dc:creator>Nenad</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://creatifcode.com/?p=12</guid>
		<description><![CDATA[Recently I needed a pure CSS progress bar. I&#8217;ll show you how I approached this problem. It is very simple one &#60;span class=&#34;progress-bar&#34;&#62; &#60;span&#62; &#60;/span&#62; &#60;/span&#62; Next thing to do is to define CSS for this to elements .progress-bar &#123; display: block; width: 100%; height: 23px; border: 1px solid #eee; background-color: transparent; padding: 1px; &#125; [...]]]></description>
		<wfw:commentRss>http://creatifcode.com/css/pure-css-progress-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

