Skip to content

Instantly share code, notes, and snippets.

@enonicnorway
Created February 29, 2016 08:08
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 enonicnorway/67f19526f3c36a8d1a10 to your computer and use it in GitHub Desktop.
Save enonicnorway/67f19526f3c36a8d1a10 to your computer and use it in GitHub Desktop.
.container {
width: 500px;
border: 5px solid black;
display: flex;
}
.item {
flex: 1 1 auto;
width: 100px;
height: 100px;
}
.one {
background: #B5AC01;
}
.two {
height: 120px;
background: #ECBA09;
}
.three {
background: #E86E1C;
}
.four {
flex: 0 0 auto;
height: 140px;
background: #D41E45;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment