Comment centrer horizontalement des blocs en CSS…


#global {
margin-left: auto;
margin-right: auto;
width: …; /* largeur obligatoire pour être centré */
}

De: Alsacréations.