If you want to place an element at the bottom of the page, simple add the following CSS properties to the element:
.elementClass {
position: fixed;
bottom: 0;
}
Published by Muhammad Asfour
Estimated reading time: 1 min
If you want to place an element at the bottom of the page, simple add the following CSS properties to the element:
.elementClass {
position: fixed;
bottom: 0;
}