Utilisateur:LaurentM/VectorFablabo.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); } »)
 
(Aucune différence)

Version actuelle en date du 11 mars 2019 à 17:32

body{
  background-color: #eee;
}

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

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