#分からない事
下記の画像のように画像の右上に文字を重ねています。]
しかしレスポンシブ対応するとズレてしまいます。
固定する方法などはありますでしょうか。
ご教授頂けないでしょうか。
何卒よろしくお願い致します。
erb
1<div class="introduction"> 2 <img class="introduction-img" src="assets/photo1.jpg"> 3 <h1>一生の思い出を。忘れられない旅を。</h1> 4</div>
scss
1.introduction { 2 position: relative; 3 .introduction-img { 4 height: 70%; 5 width: 70%; 6 } 7 h1 { 8 position: absolute; 9 top: 9%; 10 left: 17%; 11 } 12 } 13 14@media screen and (max-width: 559px) { 15 16}
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/24 04:59