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 の min-width プロパティを使用してください。Web ページを縮小しようとする代わりに、Web ブラウザにスクロール バーを表示させます。
このような:
body { min-width: 700px; }