-MediaQuery-L2-
-HTML-
AnimalEn
Pickup01
生後1ヶ月の子白熊 お母さんに包まれ中
Pickup02
自然の中 ペアシマウマ仲良し中
Pickup03
生後3ヶ月の小猿 毛繕い中
-CSS-
* { margin: 0; padding: 0; } img { width: 100%; height: 100%; object-fit: cover; } #wrap { margin: 30px; font-family: 'Irish Grover', 'M PLUS Rounded 1c', cursive, sans-serif; } header h1 { display: flex; justify-content: center; align-items: center; background: url(images/h1img.jpg) no-repeat center center / cover; height: 400px; font-size: 48px; color: white; } section h2 { line-height: 50px; text-align: center; font-size: 32px; } section > div > p:first-of-type { height: 280px; overflow: hidden; } section > div >p:last-of-type { line-height: 30px; text-indent: 10px; } footer ul { display: flex; justify-content: space-around; align-items: center; list-style: none; height: 180px; } footer li { display: flex; justify-content: center; align-items: center; width: 33vw; max-width: 150px; height: 30vw; max-height: 150px; background: #7f6e00; border-radius: 50%; } footer a { display: block; text-decoration: none; font-size: 24px; color: white; } footer p { line-height: 20px; text-align: center; font-size: 12px; } @media screen and (min-width: 571px) { section { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; } section > div { width: 380px; } section > div > p:first-of-type { height: 380px; } footer ul { align-items: flex-end; width: 100%; border-bottom: solid 4px #7f6e00; } footer li { max-width: 300px; border-radius: 0; } }