0
Any idea what could be done.
I used 3 images & joined them together using position: absolute; Nw the text is combined behind the image , how to put the text separate for it not to affect the screen resolution.
2 Respostas
+ 1
working with CSS can be quite fiddly, and I would recommend that you either post your code in here and I could try to help you out; or you could try a CSS library that helps you with positioning dynamic content. I have been using Bootstrap a lot, and it's really easy to use. You only need to include the bootstrap CDN-links in the header of your HTML-file, and then add certain classes to your components.
https://getbootstrap.com/docs/3.4/getting-started/
Feel free to message me if you have any other questions :)
+ 1
Roolin Thanks so much.