Plantilla:Centre

De HabboWiki
Ir a la navegación Ir a la búsqueda


div {

 border: 1px solid red;
 width: 95%;

} .column {

 float: left;
 border: none;
 width: 33.33%;

}

.left {

 float: left;
 height: 200px;

}

.right {

 float: right;
 height: 100px;

}

.center {

 margin: 0 auto;
 height: 50px;

}