上下中央揃え
状態:-
閲覧数:1,726
投稿日:2017-01-01
更新日:2017-01-01
要素の「幅」や「高さ」指定不要
具体例
ブロック要素 {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
具体例
div {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
指定兄弟要素(h1~h5タグ何れか)のmarginを取得して、指定要素に適用させたい
CSSだけで、任意の要素に配置した画像を画面一杯に表示することは、基本的には出来ない。「img src」「背景画像」「div要素」何れの場合でも。可能なのは、特殊な要件が重なった場合だけ