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;