Posted by: vijayta | June 25, 2007

Basic CSS Layout

The basic Code for starting CSS based Layout

body {
text-align: center;
min-width: 760px;
}
#wrapper {
width: 720px;
margin: 0 auto;
text-align: left;
}


Responses

  1. “Each friend represents a world in us, a world possibly not born until they arrive, and it is only by this meeting that a new world is born.”

  2. gautam u have left ur comment at wrong place :) :D


Leave a response

Your response:

Categories