Skip to content

Instantly share code, notes, and snippets.

@mcnasby
Created June 5, 2015 12:58
Show Gist options
  • Save mcnasby/5094507c7a69007a5a28 to your computer and use it in GitHub Desktop.
Save mcnasby/5094507c7a69007a5a28 to your computer and use it in GitHub Desktop.
Flex Square
// From: http://responsivegeometry.com/
.flex-square{
width: 30%;
background: #ca0164;
}
.flex-square:before{
content: "";
display: block;
padding-top: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment