CSS Print Media


/ Published in: CSS
Save to your folder(s)

Example of using CSS @media print function for your page


Copy this code and paste it in your HTML
  1. <style type="text/css">
  2. @media print{
  3. body{}
  4. #ad{}
  5. }
  6. </style>

Report this snippet


Comments


You need to login to view comments.