css question
css question
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- gabriel20
can the image be the background of the div? If so, that makes it quite easy:
background-image: url(yourimage.jpg);
background-position: center center;
can the image be the background of the div? If so, that makes it quite easy:
background-image: url(yourimage.jpg);
background-position: center center;