Skip to content

Instantly share code, notes, and snippets.

@maxvipon
Created December 6, 2016 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxvipon/c037f6348d81b4894dce71c6de8285bc to your computer and use it in GitHub Desktop.
Save maxvipon/c037f6348d81b4894dce71c6de8285bc to your computer and use it in GitHub Desktop.
Untitled
.a {
display: flex;
width: 100%;
height: 200px;
}
.b {
background: blue;
min-width: 100px;
min-height: 100%;
}
.c {
background: red;
width: 100%;
}
<div class="a">
<div class="b">b</div>
<div class="c">c</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment