🎄teratailクリスマスプレゼントキャンペーン2024🎄』開催中!

\teratail特別グッズやAmazonギフトカード最大2,000円分が当たる!/

詳細はこちら
CSS3

CSS(Cascading Style Sheet)の第3版です。CSS3と略されることが多いです。色やデザインを柔軟に変更することが可能になります。

HTML5

HTML5 (Hyper Text Markup Language、バージョン 5)は、マークアップ言語であるHTMLの第5版です。

HTML

HTMLとは、ウェブ上の文書を記述・作成するためのマークアップ言語のことです。文章の中に記述することで、文書の論理構造などを設定することができます。ハイパーリンクを設定できるハイパーテキストであり、画像・リスト・表などのデータファイルをリンクする情報に結びつけて情報を整理します。現在あるネットワーク上のほとんどのウェブページはHTMLで作成されています。

CSS

CSSはXMLやHTMLで表現した色・レイアウト・フォントなどの要素を指示する仕様の1つです。

Q&A

解決済

1回答

793閲覧

Flexbox子要素がはみ出る現象を解決したい。

pay_561

総合スコア26

CSS3

CSS(Cascading Style Sheet)の第3版です。CSS3と略されることが多いです。色やデザインを柔軟に変更することが可能になります。

HTML5

HTML5 (Hyper Text Markup Language、バージョン 5)は、マークアップ言語であるHTMLの第5版です。

HTML

HTMLとは、ウェブ上の文書を記述・作成するためのマークアップ言語のことです。文章の中に記述することで、文書の論理構造などを設定することができます。ハイパーリンクを設定できるハイパーテキストであり、画像・リスト・表などのデータファイルをリンクする情報に結びつけて情報を整理します。現在あるネットワーク上のほとんどのウェブページはHTMLで作成されています。

CSS

CSSはXMLやHTMLで表現した色・レイアウト・フォントなどの要素を指示する仕様の1つです。

0グッド

0クリップ

投稿2021/02/26 12:18

##困っていること
現在Pinterest風のレイアウトを作成したのですが、一部の画像が枠からはみ出ってしまいます。
イメージ説明
##index.html

<div id="wrapper"> <div class="main"> <article> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/debby-hudson-MzSqFPLo8CE-unsplash.jpg" alt=""> </a> </figure> <h1>Artist hudson</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/martino-pietropoli-VSo5d9wlT7s-unsplash.jpg" alt=""> </a> </figure> <h1>Artist pietropoli</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg" alt=""> </a> </figure> <h1>Artist delberghe</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/robert-keane-rlbG0p_nQOU-unsplash.jpg" alt=""> </a> </figure> <h1>Artist keane</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/henrik-donnestad-t2Sai-AqIpI-unsplash.jpg" alt=""> </a> </figure> <h1>Artist donnestad</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/milan-popovic-DLu6KTDzuPw-unsplash.jpg" alt=""> </a> </figure> <h1>Artist popovic</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/anna-kolosyuk-D5nh6mCW52c-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kolosyuk</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/alexander-schimmeck-ineC_oi7NHs-unsplash.jpg" alt=""> </a> </figure> <h1>Artist schimmeck</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/meric-dagli-3KJpF86nR4c-unsplash.jpg" alt=""> </a> </figure> <h1>Artist dagli</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/markus-spiske-k0rVudBoB4c-unsplash.jpg" alt=""> </a> </figure> <h1>Artist spiske</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/debby-hudson-MzSqFPLo8CE-unsplash.jpg" alt=""> </a> </figure> <h1>Artist hudson</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/martino-pietropoli-VSo5d9wlT7s-unsplash.jpg" alt=""> </a> </figure> <h1>Artist pietropoli</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg" alt=""> </a> </figure> <h1>Artist delberghe</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/robert-keane-rlbG0p_nQOU-unsplash.jpg" alt=""> </a> </figure> <h1>Artist keane</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/henrik-donnestad-t2Sai-AqIpI-unsplash.jpg" alt=""> </a> </figure> <h1>Artist donnestad</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/milan-popovic-DLu6KTDzuPw-unsplash.jpg" alt=""> </a> </figure> <h1>Artist popovic</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/anna-kolosyuk-D5nh6mCW52c-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kolosyuk</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/alexander-schimmeck-ineC_oi7NHs-unsplash.jpg" alt=""> </a> </figure> <h1>Artist schimmeck</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/meric-dagli-3KJpF86nR4c-unsplash.jpg" alt=""> </a> </figure> <h1>Artist dagli</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/markus-spiske-k0rVudBoB4c-unsplash.jpg" alt=""> </a> </figure> <h1>Artist spiske</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> <section> <figure> <a href="#"> <img src="https://tatsuya-lab.com/wp-content/uploads/2020/02/vlad-kutepov-XU0YcfPXKI4-unsplash.jpg" alt=""> </a> </figure> <h1>Artist kutepov</h1> </section> </article> </div> </div>

##index.scss

#wrapper { .main { article { display: flex; flex-wrap: wrap; flex-direction: column; max-width: 1500px; margin: 0 auto; } section { margin: 20px 20px 0 20px; &:last-of-type { margin-bottom: 20px; h1 { font-size: 14px; padding-top: 5px; } } figure { border-radius: 10px; background-color: lightgray; line-height: 0; img { border-radius: 10px; width: 100%; height: auto; &:hover { opacity: 0.7; } } } } } } @media screen and (min-width: 768px) { article { height: 2600px; } section { width: 28%; } @media screen and (min-width: 990px) { .article { max-width: 1200px; margin: 0 auto; height: 2000px; } section { width: 21.5%; } }

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

hatena19

2021/02/26 13:39

現状のSCSSはエラーがでてコンパイルできません。コンパイルできるSCSSを提示するか、コンパイル後のCSSを提示してください。
guest

回答1

0

ベストアンサー

Pinterest風のレイアウト、つまり段組みレイアウトにするなら、columns を使うとシンプルに実現できます。

段組みレイアウトの使用 - CSS: カスケーディングスタイルシート | MDN

css

1* { 2 margin: 0; 3} 4#wrapper .main article { 5 columns: 250px; 6 column-gap: 0; 7 max-width: 1500px; 8 margin: 0 auto; 9 padding: 0 10px; 10} 11#wrapper .main section { 12 break-inside: avoid; 13 padding: 10px; 14} 15#wrapper .main section h1 { 16 font-size: 14px; 17 padding-top: 5px; 18} 19#wrapper .main section figure { 20 line-height: 0; 21} 22#wrapper .main section figure img { 23 border-radius: 10px; 24 width: 100%; 25 height: auto; 26} 27#wrapper .main section figure img:hover { 28 opacity: 0.7; 29}

投稿2021/02/26 14:21

hatena19

総合スコア34073

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

pay_561

2021/02/27 02:41 編集

ご回答ありがとうございました。
hatena19

2021/02/27 02:42

そのページの方法ですと、メディアクエリで列数に応じて、高さを絶対値で設定しています。 この高さは、画像の高さの合計に応じて変更する必要があります。 画像を増やせば、それに応じて画像が収まるように高さも変更する必要があります。 回答の段組みレイアウトを使う方法なら、そのような手間は省けます。
pay_561

2021/02/27 03:07

解決しました!! ご丁寧に回答下さりありがとうございました。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.36%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問