Monday 28 October 2013

How to make html page center?

To make a html page in center


Set the height according to you(For e.g 1200px,auto)

also set the width according to you(For e.g 1000px, 1300px or auto)

also the margin {0 auto}

IT LOOKS LIKE

{

height:auto;
width:1300px;
margin:0 auto:

}


By simply doing following steps your page will be in center.





No comments:

Post a Comment