From 6c88c25f3d8df8dd10c3742d5f22bb81a43497dc Mon Sep 17 00:00:00 2001 From: Lauren Ciulla Date: Mon, 15 Apr 2019 20:27:23 -0400 Subject: [PATCH] adding new answer --- ...ou-give-an-example-of-a-media-property-other-than-screen.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 03 - CSS/can-you-give-an-example-of-a-media-property-other-than-screen.md 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