<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: centered code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 15:12:39 GMT</pubDate>
    <description>DZone Snippets: centered code</description>
    <item>
      <title>Centered Box HTML and CSS</title>
      <link>http://snippets.dzone.com/posts/show/2959</link>
      <description>// HTML for web page with the content centered both vertically and horizontally&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;html&gt;&lt;br /&gt;	&lt;head&gt;&lt;br /&gt;		&lt;title&gt;Centered HTML w/ CSS&lt;/title&gt;&lt;br /&gt;		&lt;style type="text/css" media="screen"&gt;&lt;br /&gt;			body, html { height:  100%; background-color:#000; }&lt;br /&gt;			#outer { height: 100%; width: 100%; overflow:  visible; position: relative; }&lt;br /&gt;			#outer[id] { display: table; position: static; }&lt;br /&gt;			#middle { position: absolute; top: 50%; }&lt;br /&gt;			#middle[id] { display: table-cell; vertical-align: middle; position: static; }&lt;br /&gt;			#inner { position:  relative; top: -50%; text-align: center; }&lt;br /&gt;			#inner[id] { position: static; text-align: center; }&lt;br /&gt;		&lt;/style&gt;&lt;br /&gt;	&lt;/head&gt;&lt;br /&gt;	&lt;body&gt;&lt;br /&gt;		&lt;div id="outer"&gt;&lt;br /&gt;			&lt;div id="middle"&gt;&lt;br /&gt;				&lt;div id="inner"&gt;&lt;br /&gt;						This is the content&lt;br /&gt;				&lt;/div&gt;&lt;br /&gt;			&lt;/div&gt;&lt;br /&gt;		&lt;/div&gt;&lt;br /&gt;	&lt;/body&gt;&lt;br /&gt;&lt;/html&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 03 Nov 2006 09:01:47 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2959</guid>
      <author>jasonbentley (Jason Bentley)</author>
    </item>
  </channel>
</rss>
