Modern CSS Selectors

CSS

The "@media print" Function

This is used when an user wants to print your website's page and you want the elements to look different at this action:

When you hit Ctrl + P, you can see that the colors are disappeared and the website's structure is different too - this is the power of the "@media print" system. It allows your website to look different when you are going to print the page.