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使用 CSS3 的灵活框模型居中?div 不应该有固定的大小。我正在寻找一个仅能做到这一点的简单示例(我发现的大多数示例都做得更多,而且我还没有将它们简化为简单的东西)。
div
例如,将以下框在页面上水平居中:
<div class='centered'> <p>some text</p> <p><img src='sample.png'/></p> </div>
死点。
您需要设置一个可见溢出的地平线并从那里开始播放。