1.

How Do You Manage The Complete Site In Center Of The Browser, Which Is Completely Using Divs Using The Help Of Css2 Or Css3?

Answer»

In CSS file
1. BODY{width:100%;}
2. Create a div TAG and assign a class, say 'CONTAINER' and PLACE all your content in this div tag.
3. Assign PROPERTIES to this class in CSS file
container{width:777px; margin:auto;}

In CSS file
1. body{width:100%;}
2. Create a div tag and assign a class, say 'container' and place all your content in this div tag.
3. Assign properties to this class in CSS file
container{width:777px; margin:auto;}



Discussion

No Comment Found