About me
My goal is to become a professional web developer. Create
interesting projects. Interesting direction of design. Attentive to
details. Fast learner. Teamwork experience. Stress-resistant.
+375 29 555-67-60
github
vitttold@inbox.ru
shuga.by
Used CSS, HTML,
JS, PHP
const moveAt = (e) => {
mapImage.style.left =
e.pageX - leftIndent + "px";
if (e.pageX >= (wrapper.
offsetWidth)) {
stopDrag();
} else if (e.pageX <= 0) {
stopDrag();
}
mapImage.style.top = e.pageY -
(180 - window.scrollY * 2) -
topIndent + "px";
}