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) を特定の高さに設定する方法はありますか? CSS レイアウトがあり、「コンテンツ」div の高さを少なくとも 600 ピクセルにしたいのですが、700 ピクセルのコンテンツがあるので、拡張できるようにします。
div { min-height: 600px; }