I made a CSS template
And I want to make it in the center of the page
when I open the browser
it appears on the left of the page
any help please
I made a CSS template And I want to make it in the center
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use
margin:autowith specifiedwidthlike this:Where
#wrapperis supposed to be the main container element on your page.