Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. .square {
  2. padding-bottom: 100%;
  3. position: relative;
  4. }
  5.  
  6. .square-content {
  7. display: -webkit-flex;
  8. display: flex;
  9. position: absolute;
  10. top: 0; right: 0; bottom: 0; left: 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement