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。我希望这个 div 位置在屏幕的中心。
我知道如何用 jquery 来做这个,但是用纯 css,我没有找到任何解决方案。你如何用纯 CSS 实现这一点?
假设您要收缩包装 div 的内容(否则将其居中是一个毫无意义的练习,因为它的宽度将是容器的宽度):
display: inline-block;
text-align: center;
text-align: left;