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 を持つ div があります。
.div_stuff { width: 830px; margin: 20px auto; font-size:22px; }
次の行に移動するテキストが上のテキストの右下に配置されず、単に次の行の中央に配置されるのを防ぐにはどうすればよいですか?
text-align: center内側のテキストを中央に追加します。divの位置のみを中央に配置しています。
text-align: center