Misc
Blog about daily info i come across
Showing posts with label
css div float
.
Show all posts
Showing posts with label
css div float
.
Show all posts
Tuesday, March 1, 2011
css for side by side divs
#main {
width: 800px;
margin: 0 auto;
}
#sidebar {
width: 200px;
height: 400px;
background: red;
float: left;
}
#page-wrap {
width: 600px;
background: #ffffff;
height: 400px;
margin-left: 200px;
}
Older Posts
Home
Subscribe to:
Posts (Atom)