Make div stick to the bottom of the screen with css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Make div stick to the bottom of the screen with css?

How can I make a div stick to the bottom with CSS?

10th Aug 2019, 12:31 AM
Paul Grasser
Paul Grasser - avatar
1 Answer
+ 4
div { position:fixed; bottom:0; z-index:55; }
10th Aug 2019, 12:38 AM
Dlite
Dlite - avatar