+ 1
Is there any way that you can put your pictures and text at the bottom of the page directly without going from the top?
pics and text
2 Respuestas
+ 1
css,
img {
position: absolute;
bottom : 0px;
left :0px ;
}
0
css,
img {
position: absolute;
bottom: 0px;
left:0px;
}