コード <body> <div class="line"></div> <div class="title"><img src="img/hand-text-black.svg"></div> </body> css} @keyframes line { 0% { width: 1px; height: 0px; background: 000; position: relative; top: 0 } 50% { width: 1px; height: 50px; position: relative; top: 0 } 75% { width: 1px; height: 0px; position: relative; top: 50px } 100% { width: 1px; height: 0px; position: relative; top: 50px } } ```html 下に続く要素(img要素)にまでアニメーションと一緒になって上下してしまいます。 imgタグにはアニメーションをつけていないのになぜ動いてしうのでしょうか。
回答2件
あなたの回答
tips
プレビュー