CSS display:flex

背景
投稿者投稿者パンサーfkいいね12お気に入り登録1
プレイ回数3080難易度(3.0) 242打 長文 英字
フレックスボックスを覚えよう

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(display:flex;)

display:flex;

(flex-direction:column;)

flex-direction

(justify-content:center;)

justify-content 主軸に沿って要素をそろえる

(space-between space-around)

stretchが初期設定、均等、1/2

(align-items:flex-start;)

align-items 交差軸に対しての操作

(flex-wrap:wrap;)

flex-wrap:wrap 折り返し

(align-content:flex-end;)

flex-wrap:wrap;の時に要素をそろえる

(flex-flow:row wrap;)

flex-directionとwrapの同時指定

(align-self:center;)

アイテムごとに交差軸に対する指定

(order:1;)

アイテムの順番を指定 order:0;

(flex-grow:1;)

flex-grow:0; アイテムの余った幅の分配

(flex-shrink:0;)

アイテムの足りない幅の分配

(flex:auto;)

flex-grow:1; shrink:1; basis:auto;

(flex-basis:auto;)

flex-basis:auto; アイテムのwidthの指定

◆コメントを投稿

※誹謗中傷、公序良俗に反するコメント、歌詞の投稿、無関係な宣伝行為は禁止です。

※このゲームにコメントするにはログインが必要です。

※コメントは日本語で投稿してください。

※歌詞は投稿しないでください!