float div bottom right of page code example
Example: html bottom right corner
<style>
.foo {
position: absolute;
bottom: 0;
right: 0;
}
</style>
<style>
.foo {
position: absolute;
bottom: 0;
right: 0;
}
</style>