I have this database table:
ID Nome Country Imagem
1 John USA images/######.jpg
2 Ana USA images/######.jpg
3 ## ## images/######.jp
How can I start my code? I Want to get the image through the ID and put it in the background.
.background {
backgound-image: url(...);
}
Is This Possible?