Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions files/en-us/web/css/reference/properties/box-shadow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,18 @@ box-shadow:
box-shadow: none;

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

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

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

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

/* Any number of shadows, separated by commas */
/* Multiple shadows, separated by commas */
box-shadow:
3px 3px red inset,
-1em 0 0.4em olive;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a full description of corner shape behavior and multiple examples, see the {

## Constituent properties

The `corner-block-end-shape` property is a shorthand for the following physical properties:
The `corner-block-end-shape` property is a shorthand for the following logical properties:

- {{cssxref("corner-end-start-shape")}}
- {{cssxref("corner-end-end-shape")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a full description of corner shape behavior and multiple examples, see the {

## Constituent properties

The `corner-block-start-shape` property is a shorthand for the following physical properties:
The `corner-block-start-shape` property is a shorthand for the following logical properties:

- {{cssxref("corner-start-start-shape")}}
- {{cssxref("corner-start-end-shape")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a full description of corner shape behavior and multiple examples, see the {

## Constituent properties

The `corner-inline-end-shape` property is a shorthand for the following physical properties:
The `corner-inline-end-shape` property is a shorthand for the following logical properties:

- {{cssxref("corner-start-end-shape")}}
- {{cssxref("corner-end-end-shape")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a full description of corner shape behavior and multiple examples, see the {

## Constituent properties

The `corner-inline-start-shape` property is a shorthand for the following physical properties:
The `corner-inline-start-shape` property is a shorthand for the following logical properties:

- {{cssxref("corner-start-start-shape")}}
- {{cssxref("corner-end-start-shape")}}
Expand Down