style.print.css 54 B

12345
  1. @media print {
  2. section {
  3. border-style: dotted;
  4. }
  5. }