0
В корзине пусто!

Закрыть
Категории
Акции
<b>Notice</b>: Undefined variable: category_alt_image in <b>/var/www/prekb/data/www/pr-ekb.ru/vqmod/vqcache/vq2-catalog_view_theme_ava_template_product_category.tpl</b> on line <b>31</b>Печать баннеров

Печать баннеров

Печать баннеров, печать на пластике, самоклеящейся пленке, печать на листовых материалах.

  • Печать баннеров в Екатеринбурге.
  • Печать на пластике.
  • Интерьерная печать. УФ печать 360/720/1440dpi

Читать далее

На странице:
Сортировка:

// Reference the color shape that was drawn over the image const overlay = document.getElementById("product-shape33"); // Click on a color var el = document.getElementsByClassName("color33"); for (var i = 0; i < el.length; i++) { el[i].onclick = changeColor33; } function changeColor33(e) { // get the hex color let hex = e.target.getAttribute("data-hex"); // set the hex color overlay.style.fill = hex; }