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 具有其内容的宽度和高度,无论如何?
到目前为止,我已经尝试了几个 CSS 规则,但似乎没有任何效果。
谢谢。
使您的分隔线浮动,它将设置为最小尺寸。
<div style="float:left">this way</div>
有很多方法可以做到这一点: