Skip to content

Instantly share code, notes, and snippets.

@morganney
Last active January 9, 2017 03:58
Show Gist options
  • Save morganney/41bca38e25669f68c0e178b07a8a93e4 to your computer and use it in GitHub Desktop.
Save morganney/41bca38e25669f68c0e178b07a8a93e4 to your computer and use it in GitHub Desktop.
section {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
box-sizing: border-box;
width: 94vw;
height: 94vw;
max-width: 620px;
max-height: 620px;
margin: 0 auto;
padding: 1%;
background-color: #eee;
}
section span {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment