<?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>MXcode &#187; css</title>
	<atom:link href="http://mxcode.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://mxcode.com</link>
	<description>All about coding</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:02:09 +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>make div align center</title>
		<link>http://mxcode.com/2009/12/make-div-align-center/</link>
		<comments>http://mxcode.com/2009/12/make-div-align-center/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 03:15:25 +0000</pubDate>
		<dc:creator>MXcode</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://mxcode.com/2009/12/make-div-align-center/</guid>
		<description><![CDATA[use style as: .style{margin-left:auto;margin-right:auto;} or .style{margin:0 auto;} for short]]></description>
			<content:encoded><![CDATA[<p>use style as:<br />
<code><span style="color: #ff0000;">.style{margin-left:auto;margin-right:auto;}<br />
</span></code><br />
or<br />
<code><span style="color: #ff0000;">.style{margin:0 auto;}</span></code><br />
for short</p>
]]></content:encoded>
			<wfw:commentRss>http://mxcode.com/2009/12/make-div-align-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

