Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created July 2, 2013 18:09
Show Gist options
  • Select an option

  • Save shabunc/5911653 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/5911653 to your computer and use it in GitHub Desktop.
Untitled
.wrapper {
display: -webkit-flex;
-webkit-flex-direction: column;
width: 400px;
}
.header {
background: tomato;
}
.content {
background: hotpink;
}
.footer {
background: PaleTurquoise;
}
<div class="wrapper">
<div class="header">HEADER</div>
<div class="content">CONTENT</div>
<div class="footer">FOOTER</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment