I followed the solution mentioned here but, the text doesn't float at the bottom in my webpage, .
Right now, my CSS looks like this:
#note{
position: absolute;
bottom: 0px;
text-align: center;
}
How do I get it at the bottom, like a footer or copyright message? Also, why is it not centring?