how to set a absolute object on the bottom html code example
Example 1: css bottom
.bottom {
position: fixed;
bottom: /*AMOUNT DOWN AFTER IT ADD REM OR % OR PX */;
}
Example 2: adjusting y pos of element in css
top: 150px;
.bottom {
position: fixed;
bottom: /*AMOUNT DOWN AFTER IT ADD REM OR % OR PX */;
}
top: 150px;