Skip to content

Instantly share code, notes, and snippets.

@chrisgeo
chrisgeo / dabblet.css
Created May 16, 2012 20:46 — forked from anonymous/dabblet.css
Vertical centering with Flexbox + margin fallback
/**
* Vertical centering with Flexbox + margin fallback
* Lea Verou & David Storey
*/
html, body { height: 100%; }
body {
width: 100%; /* needed for FF */
margin: 0;
<body>
<?php get_header(); ?>
<div id="wrapper">
<div id="home_container">
<div id="home_left">
<div>
<a href="http://www.couturezen.com/?cat=40"><?php
$args=array(
'post__in' => array(57),
'post_type' => 'post',
<style type="text/css">
<!--
#wrapper {}
#main {width:960px; margin:0 auto; position:absolute; }
#container {margin:0 }
#content {width:960px; margin:0; overflow:hidden; }