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.
在开始提问之前,只知道我对 CSS 完全是个菜鸟,昨天开始学习它和 HTML。
我想知道如何将一个带有一些文本的 div 居中。我试过这个:
#div1 {position:absolute;top:50%;left:50%;}
但它并没有完全移动到中心。