Skip to content

Commit 32afd43

Browse files
Oleksandr Onufrienkolex111
andauthored
Update 2-ui/2-events/01-introduction-browser-events/04-move-ball-field/solution.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 22ecc42 commit 32afd43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/2-events/01-introduction-browser-events/04-move-ball-field

2-ui/2-events/01-introduction-browser-events/04-move-ball-field/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#ball {
1818
position: absolute;
19-
left: 0; /* по отношению к ближайшему расположенному предку(поле) */
19+
left: 0; /* по отношению к ближайшему расположенному предку (поле) */
2020
top: 0;
2121
transition: 1s all; /* CSS-анимация для значений left/top делает передвижение мяча плавным */
2222
}

0 commit comments

Comments
 (0)