IMG_1248.JPGの上に、<p>Illustrated by<br>テストテスト</p>を表示したく、以下のコードを記述しましたが反映されません。
divの中に文字をimgとpをいれているのですが、記述ミスがあればご指摘をお願いいたします。
html
1<div class="yam_container_7"> 2<img src="img/IMG_1248.JPG" alt="テストテスト"> 3<p>Illustrated by<br>テストテスト</p> 4<script> 5ScrollReveal().reveal('.yam_container_7', { 6 duration: 1600, 7 origin: 'left', 8 distance: '50px', 9 reset: true 10}); 11</script> 12</div>
css
1.yam_container_7{ 2width:100%; 3position: relative; 4} 5 6.yam_container_7 img{ 7width:100%; 8} 9 10.yam_container_7 p{ 11text-align: center; 12position: absolute; 13color: red; 14} 15
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/25 00:51