Print.css : Différence entre versions
De erg
| Ligne 6 : | Ligne 6 : | ||
h1 { | h1 { | ||
color:red !important | color:red !important | ||
| + | } | ||
| + | .printfooter{ | ||
| + | display:none !important; | ||
} | } | ||
Version du 24 janvier 2024 à 12:14
/* Le CSS placé ici affectera les impressions */
p {
background-color:black !important;
}
h1 {
color:red !important
}
.printfooter{
display:none !important;
}