« Utilisateur:LaurentM/Common.css » : différence entre les versions

De fablabo
Aller à :navigation, rechercher
Page créée avec « body{ background-color: #eee; } div#mw-head{ background-color:#333; } div#content{ margin-left:calc((100% - 900px) / 2); } »
 
Aucun résumé des modifications
 
Ligne 7 : Ligne 7 :
}
}


div#content{
//div#content{
  margin-left:calc((100% - 900px) / 2);
//  margin-left:calc((100% - 900px) / 2);
}
//}

Dernière version du 11 mars 2019 à 18:38

body{
  background-color: #eee;
}

div#mw-head{
background-color:#333;
}

//div#content{
//  margin-left:calc((100% - 900px) / 2);
//}