Is there any way that you can put your pictures and text at the bottom of the page directly without going from the top? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

11th Jun 2016, 2:04 AM
Andrew
2 Answers
+ 1
css, img { position: absolute; bottom : 0px; left :0px ; }
17th Jun 2016, 1:52 PM
Sarfraz Awan
Sarfraz Awan - avatar
0
css, img { position: absolute; bottom: 0px; left:0px; }
11th Jun 2016, 7:27 AM
Matt