Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialnico dev
20,364 Pointswhen to use (practical, real uses) '@media print' ?
Hi community,
This may sound like a little bit of a follow up to another question made by someone else earlier here, but with further curiosity.
Is the @media print really used? In which cases would you design a site or use CSS media queries to printed media?
May be a little bit of a clumsy question but I can't see a scenario nor did I find one in the explanation of MDN with this respect.
Thanks in advance!
3 Answers
Ken Alger
Treehouse TeacherNico;
Great question. I have used @media print
for situations in which I have a page that is designed specifically to be printed out. You might come across this on sites that have articles and have a printer icon associated with the article. On occasion clicking on the printer will open a new tab/window/modal that is formatted specifically for print media.
Hope that helps and happy coding.
Ken
nfs
35,526 Pointsthank you
Godfrey M
Courses Plus Student 2,696 Pointsthanks alger that makes sense for sure
nico dev
20,364 Pointsnico dev
20,364 PointsThank you Ken Alger!
That makes quite a lot of sense to me now. I do remember now some cases in which I've seen that type of pages.
Thank you for taking the time to answer me.