From 43daf92211a39f4f6925c0eca4dde956702b27d9 Mon Sep 17 00:00:00 2001 From: Agnes Brettl <42897234+brettl1991@users.noreply.github.com> Date: Wed, 20 Feb 2019 23:16:44 +0000 Subject: [PATCH] Update the text to make clear the main definition (#27237) --- 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 d77465c4d0..7a3eb01835 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. 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. +The `box-shadow` property attaches one or more shadows to an element. 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