From 2a81a0bfe84fcf175ab8c61ec5d78e9a5e20a404 Mon Sep 17 00:00:00 2001 From: carsandparties <37985474+carsandparties@users.noreply.github.com> Date: Wed, 20 Feb 2019 16:58:44 -0600 Subject: [PATCH] Add to description of box-shadow (#27192) Add that box-shadow works just like text-shadow. Also fix typo by changing "give" to "gives" --- guide/english/css/box-shadow/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/box-shadow/index.md b/guide/english/css/box-shadow/index.md index 7edb46a15b..d77465c4d0 100644 --- a/guide/english/css/box-shadow/index.md +++ b/guide/english/css/box-shadow/index.md @@ -4,7 +4,7 @@ title: Box Shadow ## Box Shadow -The `box-shadow` property attaches one or more shadows around the frame of an element (can be inside). It's an option that gives you the power to easily design wonderful shadow effects. Box shadows are a great way to elevate the visuals of your web page. +The `box-shadow` property attaches one or more shadows around the frame of an element (can be inside). It's an option that gives you the power to easily design wonderful shadow effects. It works just like the `text-shadow` property in that they are both used to create a drop shadow, which will create a darker version of the element just behind it and slightly offset. Box shadows are a great way to elevate the visuals of your web page. A box shadow can be described with several properties including: * X and Y offset from the element