Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Browser not listening to auto; auto; Reply To: [Solved] Browser not listening to auto; auto;

#167696
Everton
Participant

Hello Doc

Thanks for getting back to me.

Do you mean like this: .center
{
margin-left:auto;
margin-right:auto;
width:70%;
color:#BD2CBB;
text-align: center;
}

It still doesn’t centre it.