I'm trying to make a div stay fixed in the footer of the page, in the right corner, but not leaning at the bottom of the page, so I used, as usual:
width:50px;
height:100px;
background:#fff;
position:absolute;
bottom:0;
left:10;
But the div...
asked by
02.12.2015 / 19:33