Image d’article
Types de fichiers acceptés : jpg, jpeg, png, gif.
Format souhaité
Prix: 0,00 €
Sans titre
Nombre de choix 1 n‘a pas d‘image
Nombre de choix 2 n‘a pas d‘image
Nombre de choix 3 n‘a pas d‘image
!DOCTYPE html> Commander une Affiche body { font-family: Arial, sans-serif; text-align: center; margin: 20px; } .product-container { max-width: 400px; margin: auto; border: 1px solid #ddd; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } img { max-width: 100%; height: auto; border-radius: 5px; } select, input, button { margin-top: 10px; padding: 10px; width: 100%; font-size: 16px; }

Affiche Exclusive

Affiche à vendre Petit (30x40 cm) Moyen (50x70 cm) Grand (70x100 cm)
function addToCart() { let size = document.getElementById('size').value; let quantity = document.getElementById('quantity').value; alert(`Ajouté au panier : ${quantity} affiche(s) en taille ${size}`); }