0
Does anyone know how to but a background image on the margin in html
I have created padding and a border and even left space for the margin but when i use the background image tag the whole body has that particular image so can anyone help me out
2 Respostas
+ 2
This might be a really bad way... but you could set the background image as you have done and then use a div tag which covers the main part of the body, this could be a block color so that is obscures the image behind it.
e.g. <div class="main-body"> ...
which should sit inside <body>, not including the margins
- 1
thanks bro