-1
A
答えて
1
てみてください、次のコード
.textBox{display: flex;align-items: center;justify-content: center;}
.cont-bx1{background-color:#9f2f1f; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
.cont-bx2{background-color:#ef9030; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
.cont-bx3{background-color:#df6221; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
.cont-bx4{background-color:#df6221; color:#ffffff; text-aligncenter; min-height:200px; font-weight:bold; border: 1px solid #ffffff; }
.cont-bx5{background-color:#9f2f1f; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
.cont-bx6{background-color:#9f2f1f; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
.cont-bx7{background-color:#ef9030; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
.cont-bx8{background-color:#df6221; color:#ffffff; text-align:center; min-height:200px; font-weight:bold; border: 1px solid #ffffff;}
<div class="col-lg-12">
<div class="col-lg-4 cont-bx1 textBox">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div>
<div class="col-lg-4 cont-bx2 textBox">Lorem ipsum dolor sit amet, consectetur</div>
<div class="col-lg-4 cont-bx3 textBox">Lorem ipsum dolor sit amet, consectetur adipiscing</div>
</div>
<div class="col-lg-12">
<div class="col-lg-6 cont-bx4 textBox">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div>
<div class="col-lg-6 cont-bx5 textBox">Lorem ipsum dolor sit amet, consectetur adipiscing</div>
</div>
<div class="col-lg-12">
<div class="col-lg-4 cont-bx6 textBox">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div>
<div class="col-lg-4 cont-bx7 textBox">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do</div>
<div class="col-lg-4 cont-bx8 textBox">Lorem ipsum dolor sit amet</div>
</div>
1
あなたはアイテムを揃えるためにフレキシボックスを使用することができます。
display: flex;
align-items: center;
justify-content: center;
ここ
全例:codepen
関連する問題
- 1. テキスト内で垂直方向に整列
- 2. div内のテキストの正確な垂直方向の整列
- 3. 別のdiv内のdivと%-heightの垂直方向の整列
- 4. 100%の高さでdivの垂直方向の整列img
- 5. モバイルデバイスでの垂直方向の整列
- 6. DIVタグでの垂直方向の整列
- 7. divの垂直方向の整列を実現する方法
- 8. WPF TextBlockでのテキストの垂直方向の整列
- 9. divの行を基準にした垂直方向のテキストの整列
- 10. 複数のdiv内のh2タグの垂直方向の整列
- 11. div内のリンクとピクチャの垂直方向の整列
- 12. CSSの垂直方向の整列liとdivの境界
- 13. DIV内の垂直方向の整列、ブロック内のブロック要素
- 14. divのコンテンツの垂直方向の整列
- 15. イオンビューの内容の垂直方向の整列div
- 16. div内のnavの垂直方向の整列
- 17. テキストボックスの垂直方向の整列
- 18. CSSの垂直方向の整列
- 19. ブートストラップ4の垂直方向の整列
- 20. マテリアライズの垂直方向の整列
- 21. キャンバステキストの垂直方向の整列
- 22. Migradoc - テーブルの垂直方向の整列
- 23. ShareThisアイコンの垂直方向の整列
- 24. div内の垂直方向の整列ドロップダウン
- 25. CSSの垂直方向のテキストの整列
- 26. CSSヘッダーの垂直方向のテキストの整列
- 27. テーブルセルのテキストの垂直方向の整列
- 28. テーブルセルのテキストの垂直方向の整列
- 29. テーブルの分割画像とテキストの垂直方向の整列
- 30. WPF DataGridテキストの垂直方向の整列
共有コード... – Santhoshkumar
[リンク] https://jsfiddle.net/gkc2xg11/ – Raj
現在、私はパディングと最小高さのプロパティを使用しています。しかし、アライメントは各解像度で異なります – Raj