Skip to content

Instantly share code, notes, and snippets.

@musaprg
Created February 3, 2017 03:26
Show Gist options
  • Save musaprg/46ab573c75d3b5c0d3f1023185919b60 to your computer and use it in GitHub Desktop.
Save musaprg/46ab573c75d3b5c0d3f1023185919b60 to your computer and use it in GitHub Desktop.
リスト等の複数要素を均等配置する。
.wrap {
display: flex;
flex-flow: row;
justify-content: center;
align-items: stretch;
}
@musaprg
Copy link
Author

musaprg commented Feb 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment