diff --git a/03 - CSS/can-you-give-an-example-of-a-media-property-other-than-screen.md b/03 - CSS/can-you-give-an-example-of-a-media-property-other-than-screen.md new file mode 100644 index 0000000..a459ea9 --- /dev/null +++ b/03 - CSS/can-you-give-an-example-of-a-media-property-other-than-screen.md @@ -0,0 +1,3 @@ +# Can you give an example of a @media property other than screen? + +An example of the @media property other than "screen" is "print." It's used to specify styles to apply when the page is sent to a printer. \ No newline at end of file