Is it possible to make a element contain a background image, and if so, how would I go about doing this?
element contain a background image, and if so, how would I go about doing this?
For the most part, the method is the same as setting the whole body
.divi{ background-image: url('path'); }