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を左揃えにします。要素を検査し、オーバーフローを削除して非表示に追加すると、中央にスナップバックします。問題が何であるかわかりません。
.contentbody { width: 74%; padding: 0%; margin-right: auto; margin-left: auto; -webkit-border-radius: 40px; overflow: hidden; }
試す
.contentbody { width: 74%; padding: 0%; margin: auto; border-radius: 40px; /* this property can now be used without prefix */ }