0
Good afternoon guys, next I have some text boxes that are being formatted via css wanted to know if it is possible to change the formatting of these boxes to images, without having to change the formatting in the main html or script pages.
follows the code
.box-wrapper{
height: 500px;
width: 500px;
font-size: 50px;
text-align: center;
vertical-align: middle;
display: table-cell;
}
#pag-1{
background-color: yellow;
}
#pag-2{
background-color: limegreen;
/*display: none;*/
}
#pag-3{
background-color: blue;
/*display: none;*/
}
#pag-4{
background-color: red;
/*display: none;*/
}
You need to change color to image ? that’s the question ?
– Mateus Veloso
no, I want to take this box and put images I did, example, delete everything and leave #pag-1{ e soon followed a path to an image
– Felipe Deolindo
box-wrapper are the class and pag are the Divs, but got here friend, thank you
– Felipe Deolindo