Layout 3 Columnas
DZone's Guide to
Layout 3 Columnas
Join the DZone community and get the full member experience.
Join For Free// description of your code here
#container{
margin: 0 auto;
width: 960px;
}
#content{
padding: 0 35px;
}
#colMenu {
float: left;
margin: 0 30px 0 0;
width: 200px;
}
#main {
float: left;
width: 430px;
}
#sidebar {
float: right;
width: 200px;
}
Topics:
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}