@media screen { #box { background-color: blue; color: white; } } @media print { #box { border: 2px solid brown; color: green; } }