Skip to content

Instantly share code, notes, and snippets.

@edkf
Created September 20, 2016 17:14
Show Gist options
  • Save edkf/0026bb9628df0eb5c94156851aeb0692 to your computer and use it in GitHub Desktop.
Save edkf/0026bb9628df0eb5c94156851aeb0692 to your computer and use it in GitHub Desktop.
.squared-wrapper {
position: relative;
&::before {
content: '';
display: block;
padding-bottom: 100%;
}
}
.squared-centered {
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 100%;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment