Diferencia entre revisiones de «Plantilla:Centre»

De HabboWiki
Ir a la navegación Ir a la búsqueda
Línea 38: Línea 38:
</table>
</table>
</div>
</div>
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;
}

Revisión del 15:56 12 jun 2021


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;

}