Only background image has to fade in on page load

前端 未结 1 1484
旧时难觅i
旧时难觅i 2021-01-15 01:18

I have a div with a background image (an arrow). In the div is some text, the arrow is below it. I want the text inside the div to load with the page, but the background ima

1条回答
  •  有刺的猬
    2021-01-15 02:10

    Try the following

    
     
    
        
    
    
        

    Hello World

    I have put the text outside the div, applied position relative to the containing div and position absolute to the text. I have also given the image div some width and height.

    Hope this helps.

    0 讨论(0)
提交回复
热议问题