Utilisateur:LaurentM/Common.css : Différence entre 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); } »)
 
 
Ligne 7 : Ligne 7 :
 
}
 
}
  
div#content{
+
//div#content{
  margin-left:calc((100% - 900px) / 2);
+
//  margin-left:calc((100% - 900px) / 2);
}
+
//}

Version actuelle en date du 11 mars 2019 à 18:38

body{
  background-color: #eee;
}

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

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