1
I am hours away trying to adjust the position of an image in the footer, and after I have to adjust another image to the header, I am new to html/css and would like to ask for help because I need to create a website for my boss, I was able to make the image go down but for some reason it doesn’t match the bottom edge, it always keeps a few inches away and no matter what the command I exercise it doesn’t go down...
<div id="rodape" align="left">
<div align="left">
<h1/>
<img src="C:\Users\Ricceli\Desktop\tem q ir\Site\css\Imagens/banner.jpg" height="300" width="1350"/>
</div>
</div>
CSS
div#rodape{
height: 200px;
position: absolute; top: 1900px; left: -10px; bottom: 0px font-size: x-small;
width: 150%;
padding: 0px;
margin: 0px 0px 0px 0px;
position: absolute;
top: 2000px;
right: 0px;
bottom: 10px;
}
Image on the website:
Anyone know how to limit the background image from the sides? my site has become gigantic to the side as you can see in the image rs, grateful
How so limit by the sides ? prevent a scroll from appearing horizontal ?
– Atila Silva