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 とともに CSS の学習を開始したことを知っておいてください。
テキストを含むdivを中央に配置する方法を知りたいです。私はこれを試しました:
#div1 {position:absolute;top:50%;left:50%;}
しかし、それは正確に中心に移動しません。