top of page
American Robin Print

American Robin Print

$4.00Price

🧶 Description 🧶

 

♡ Cute aesthetic bird print for decorating your room, house, or even office place depends on your desire :)

♡ Don't hesitate to contact me if you have any questions!

♡ Original art by @Effy_A_Art (myself)

*♡The colors may vary depending on your screen settings♡*

 

🧶 sizes & materials 🧶

 

♡ 4"x4" inches / 10.16 x 10.16 cm each
♡ Glossy 120lb heavy card stock 

 

🧶 shipping 🧶

 

♡ I will use a 6 inches x 8 inches grid mailer with a First Class tracking 

---- If you order multiple FLAT items I will also include them in the grid mailer, however, if you purchased a FLAT item(s) with a LEVELED item such as a charm or a pin then I will put them in a bubble mailer (with a backing board) or a box depends on the amount you have purchased :)

 

♡ For international orders, I will use the First Class International Mail with NO TRACKING (tracked shipping for international is available upon request with additional fee)

 

🧶 notes 🧶
♡ Follow me on Instagram @Effy_A_Art for more of my Art! ^^

bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { // Define the image to display const image = document.createElement('img'); image.src = "https://drive.google.com/uc?id=1nJ18HQDUjhjtwPdwKMjDiN4Jr_iVpUMp"; image.style.position = 'absolute'; // Add an event listener to the document to track the mouse movements document.addEventListener('mousemove', function(e) { // Set the image's position to follow the mouse image.style.left = e.pageX + 'px'; image.style.top = e.pageY + 'px'; }); // Add the image to the page const gifContainer = $w('#gif-container'); gifContainer.append(image); // Disable page scrolling wixWindow.scroll.disable(); }); // Enable page scrolling when the page unloads $w.onUnload(function() { wixWindow.scroll.enable(); });