diff --git a/property/left/index.html b/property/left/index.html index 5752f1c5..7b72b573 100644 --- a/property/left/index.html +++ b/property/left/index.html @@ -57,7 +57,7 @@

left: 80px;

-

If the element is in position relative, the element will move left by the amount defined by the left value.

+

If the element is in position relative, the element will move right by the amount defined by the left value.

diff --git a/property/right/index.html b/property/right/index.html index 3deaf22b..924a21ee 100644 --- a/property/right/index.html +++ b/property/right/index.html @@ -57,7 +57,7 @@

right: 80px;

-

If the element is in position relative, the element will move right by the amount defined by the right value.

+

If the element is in position relative, the element will move left by the amount defined by the right value.