<?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>Jens Olsson &#187; css</title>
	<atom:link href="http://jens.yelles.se/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.yelles.se</link>
	<description>My Underground Development</description>
	<lastBuildDate>Tue, 16 Aug 2011 09:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Center div with CSS</title>
		<link>http://jens.yelles.se/2009/03/02/center-div-with-css/</link>
		<comments>http://jens.yelles.se/2009/03/02/center-div-with-css/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 21:23:36 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=59</guid>
		<description><![CDATA[Simple example how to center a div with css. Open your CSS file and write: body { text-align: center; } .centerdiv { margin: 0 auto; width: 200px; text-align: left; } Now open your index or what ever you want to put your div and create it: &#60;div class="centerdiv"&#62;text&#60;/div&#62;]]></description>
			<content:encoded><![CDATA[<p>Simple example how to center a div with css.</p>
<p>Open your CSS file and write:</p>
<blockquote><p><code>body { text-align: center; }</code></p></blockquote>
<blockquote><p><code>.centerdiv {<br />
margin: 0 auto;<br />
width: 200px;<br />
text-align: left;<br />
}</code></p></blockquote>
<p>Now open your index or what ever you want to put your div and create it:</p>
<blockquote><p><code>&lt;div class="centerdiv"&gt;text</code><code>&lt;/div&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/03/02/center-div-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Footer position bottom with css</title>
		<link>http://jens.yelles.se/2009/02/15/footer-position-bottom-with-css/</link>
		<comments>http://jens.yelles.se/2009/02/15/footer-position-bottom-with-css/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 22:52:16 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=43</guid>
		<description><![CDATA[After some hours i finally found this tutorial how to make a footer stick to bottom with css. I put it here if someone of you ever need. http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ Many thanks to ryanfait.com!]]></description>
			<content:encoded><![CDATA[<p>After some hours i finally found this tutorial how to make a footer stick to bottom with css. I put it here if someone of you ever need.</p>
<p><a title="http://ryanfait.com/resources/footer-stick-to-bottom-of-page/" href="http://ryanfait.com/resources/footer-stick-to-bottom-of-page/" target="_blank">http://ryanfait.com/resources/footer-stick-to-bottom-of-page/</a></p>
<p>Many thanks to ryanfait.com!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/02/15/footer-position-bottom-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

