Skip to content

Commit 97fd5fa

Browse files
author
Guntbert Reiter
committed
[property/right] Correct the direction of movement
The image clearly indicates that the item is moved left.
1 parent ab45b85 commit 97fd5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

property/right/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2 class="property-name">
5757
<code class="example-value" data-tooltip="Click to copy" data-clipboard-text="right: 80px;">right: 80px;</code>
5858
</p>
5959
<div class="example-description">
60-
<p>If the element is in position <strong>relative</strong>, the element will move <em>right</em> by the amount defined by the <strong>right</strong> value.</p>
60+
<p>If the element is in position <strong>relative</strong>, the element will move <em>left</em> by the amount defined by the <strong>right</strong> value.</p>
6161

6262
</div>
6363
</header>

0 commit comments

Comments
 (0)