Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我添加一个中断标签,我无法让这个文本完全垂直居中对齐,它会将它一直发送到红色容器的底部。
<div id="stafftop"><span style="color:white"><strong>Hotel Administrators</strong></div> <div id="mainmid"> <hr /> <br><br>
尝试给你DIV的制服height和line-height:
DIV
height
line-height
#stafftop { height: 30px; line-height: 30px; }