Last active
January 9, 2017 03:58
-
-
Save morganney/41bca38e25669f68c0e178b07a8a93e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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