.container{
position: absolute;
margin: 0 auto;// this doesn't position it in the centre anymore.
}
<div class="container">
this is a container
</div>
"This is supposed to be placed in the center... but when i positioned it as absolute, it went back to the top of the webpage. Is there anyway to bypass this."