サービス
サービスを探す
プロ人材を探す
仕事を探す
ブログを探す
コンテナに指定
display: flex;
flex-flow: row;
display: flex;
flex-flow: column;
アイテムに指定
flex: 1 1 auto;
flex: 0 0 幅px;
コンテナに指定
justify-content: flex-end;
justify-content: center;
justify-content: space-around;
justify-content: space-between;
先頭アイテムに指定
margin-right: auto;
末尾アイテムに指定
margin-left: auto;
align-items: center;