basically i'm trying to set a footer to the center but when i zoom in / out it moves
this is my code:
div#footer {
font-size:16px;
text-align:center;
position:absolute;
bottom:0;
}
|
feedback
|
|
You could try setting either the margins or padding for both the left and right to :50% | |||||
feedback
|