在一个 div 中,垂直对齐文本的最佳实践是什么?
在一个 div 中,垂直对齐文本的最佳实践是什么?
这个问题已经有了答案:
我正在努力实现对我的文本字段进行垂直对齐。
我想把我的章节名整数和坐标平面
放在我的红线正中间。
我已经尝试使用了垂直对齐, 但我可能使用不正确。
请有人给我一些提示吗?
Fiddle
HTML
CHAPTER 6 Integers and the Coordinate Plane
LESS
.chapter-detail { border: solid #c9cacb 1px; background-color: #F9F9F9; color: #293644; margin-bottom: 10px; margin-left: 3px; margin-right: 35px; margin-top: 30px; line-height: 38px; .ch-d-wrapper { text-align: center; border-right: solid #c9cacb 2px; } .ch-d-chapter{ text-transform: uppercase; font-size: 12px; } .ch-d-num { font-weight: bold; font-size: 35px } .ch-d-name { font-size: 23px; vertical-align: middle; } }
admin 更改状态以发布 2023年5月20日