you wanted to have a fixed width layout website, and the content floated in the middle of the screen. You can use the following CSS command.#content
{
width: 700px;
margin: 0 auto;
}
Change Language
Select your language
Subscribe
Login
0 Comments
Oldest