Utilisateur:LaurentM/common.css : Différence entre versions
De fablabo
Ligne 1 : | Ligne 1 : | ||
− | + | body{ | |
− | { | + | background-color: #eee; |
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | # | + | div#content{ |
− | + | margin-left:calc((100% - 900px) / 2); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Version du 11 mars 2019 à 17:09
body{ background-color: #eee; } div#content{ margin-left:calc((100% - 900px) / 2); }