I am newbie to HTML, CSS & Javascript. I want to add some background image. After the image is added, can I brake that image into small divs and add text into those divs? Is it possible. As well please give me some pointers on how to proceed.
Thanks!
Check this demo I made for you:
Every
chunkis and absolute positioned<div>withz-index:0with flower background. Background position is moved for every chunk.On top you have
<div>container, absolute positioned withz-index:1(this is why is on top) with some text.Hope this will be some kick start for you.