| 要素を中央揃え |
| 要素を中央揃えにする設定方法について |
サンプル(1)<br> 「display:flex;justify-content:center;align-items:center;」を使用<br> <div style="background-color:seagreen;width: 50px;height: 50px;display:flex;justify-content:center;align-items:center;">0</div> サンプル(2)<br> 指定なし<br> <div style="background-color:darkseagreen;width: 50px;height: 50px;">1</div> サンプル(3)<br> 「text-align:center;」を使用<br> <div style="background-color:yellowgreen;width: 50px;height: 50px;text-align:center;">2</div> サンプル(4)<br> 「align-content:center;」を使用<br> <div style="background-color:cornflowerblue;width: 50px;height: 50px;align-content:center;">4</div> サンプル(5)<br> 「text-align:center;align-content:center;」を使用<br> <div style="background-color:lightsteelblue;width: 50px;height: 50px;text-align:center;align-content:center;">5</div> サンプル(6)<br> 「display:table-cell;vertical-align:middle;text-align:center;」を使用<br> <div style="background-color:lightblue;width: 50px;height: 50px;display:table-cell;vertical-align:middle;text-align:center;">6</div>
| Center an element |
| How to set an element to be centered |
sample(1)<br> Use "display:flex;justify-content:center;align-items:center;"<br> <div style="background-color:seagreen;width: 50px;height: 50px;display:flex;justify-content:center;align-items:center;">0</div> sample(2)<br> Not specified<br> <div style="background-color:darkseagreen;width: 50px;height: 50px;">1</div> sample(3)<br> Use "text-align:center;"<br> <div style="background-color:yellowgreen;width: 50px;height: 50px;text-align:center;">2</div> sample(4)<br> Use "align-content:center;"<br> <div style="background-color:cornflowerblue;width: 50px;height: 50px;align-content:center;">4</div> sample(5)<br> Use "text-align:center;align-content:center;"<br> <div style="background-color:lightsteelblue;width: 50px;height: 50px;text-align:center;align-content:center;">5</div> sample(6)<br> Use "display:table-cell;vertical-align:middle;text-align:center;"<br> <div style="background-color:lightblue;width: 50px;height: 50px;display:table-cell;vertical-align:middle;text-align:center;">6</div>
| ホームページおよプリ等に掲載されている情報等については、いかなる保障もいたしません。 ホームページおよびアプリ等を通じて入手したいかなる情報も複製、販売、出版または使用させたり、 または公開したりすることはできません。 当方は、ホームペーよびアプリ利用したいかなる理由によっての障害等が発生しても、 その結果ホームページおよびアプリ等を利用された本人または他の第三者が被った損害について 一切の責任を負わないものとします。 |