Skip to content

Instantly share code, notes, and snippets.

@jklm313
Created October 27, 2013 19:05
Show Gist options
  • Save jklm313/7186549 to your computer and use it in GitHub Desktop.
Save jklm313/7186549 to your computer and use it in GitHub Desktop.
Untitled
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
html, body {
height: 100%;
}
div {
background: indianred;
color: white;
border: 1px solid;
}
.a {
float: left;
}
.c {
float: right;
}
.a, .c {
width: 25%;
top: -100%;
}
.b {
width: 50%;
min-height: 100%;
margin: 0 auto;
}
<div class='b'>B</div>
<div class='a'>A</div>
<div class='c'>C</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment