<?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>&#60;SourceBench/&#62; Your place to share code stuff &#187; center</title>
	<atom:link href="http://sourcebench.com/tag/center/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcebench.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 07:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Horizontal and vertical center for a div</title>
		<link>http://sourcebench.com/languages/css/horizontal-and-vertical-center-for-a-div/</link>
		<comments>http://sourcebench.com/languages/css/horizontal-and-vertical-center-for-a-div/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 12:37:32 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[vertical]]></category>

		<guid isPermaLink="false">http://sourcebench.com/languages/css/horizontal-and-vertical-center-for-a-div/</guid>
		<description><![CDATA[#centered_div {
  position: absolute;
  left: 50%;
  width: 800px; /* width of your div */
  margin-left:-400px; /* half width of your div and make it negative */

  top: 50%;
  height: 600px; /* height of your div */
  margin-top: -300px; /* half heigt of your div and make it negative [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: css;">#centered_div {
  position: absolute;
  left: 50%;
  width: 800px; /* width of your div */
  margin-left:-400px; /* half width of your div and make it negative */

  top: 50%;
  height: 600px; /* height of your div */
  margin-top: -300px; /* half heigt of your div and make it negative */
}
</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/css/horizontal-and-vertical-center-for-a-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
