Skip to content

Commit 710429f

Browse files
estelledipikabh
andauthored
Fix syntax comments for box-shadow property (mdn#42689)
* Fix syntax comments for box-shadow property * Update files/en-us/web/css/reference/properties/box-shadow/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent 133c162 commit 710429f

File tree

1 file changed

+1
-5
lines changed
  • files/en-us/web/css/reference/properties/box-shadow

1 file changed

+1
-5
lines changed

files/en-us/web/css/reference/properties/box-shadow/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,18 @@ box-shadow:
5757
box-shadow: none;
5858

5959
/* A color and two length values */
60-
/* <color> | <length> | <length> */
6160
box-shadow: red 60px -16px;
6261

6362
/* Three length values and a color */
64-
/* <length> | <length> | <length> | <color> */
6563
box-shadow: 10px 5px 5px black;
6664

6765
/* Four length values and a color */
68-
/* <length> | <length> | <length> | <length> | <color> */
6966
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
7067

7168
/* inset, length values, and a color */
72-
/* <inset> | <length> | <length> | <color> */
7369
box-shadow: inset 5em 1em gold;
7470

75-
/* Any number of shadows, separated by commas */
71+
/* Multiple shadows, separated by commas */
7672
box-shadow:
7773
3px 3px red inset,
7874
-1em 0 0.4em olive;

0 commit comments

Comments
 (0)