This is a Shoipify product page -
https://www.handypalace.com/collections/iphone-hullen/products/kopie-von-guess-4g-magsafe-case-1
There is a “Green icon” beside bullet points (see screenshot) on that product page.
I made it with the help of Chatgpt but not to same.
My store link - https://uniquestoreall.myshopify.com/products/silicone-strap-for-apple-watch-band?variant=42515727646975
Pasw - 1234
Now tell me which CSS code I have to add for the same.
My Html css codes:
/-----html-----/
Fast delivery with DHL
/-----css-----/
@keyframes inventory-pulse {
0% {
transform: scale(1);
border-radius: 50%;
}
50% {
transform: scale(1.2);
border-radius: 50%;
}
100% {
transform: scale(1);
border-radius: 50%;
}
}
.glow-image {
animation: inventory-pulse 2s linear infinite;
height: 10px;
width: 10px;
margin-top: 15px;
margin-right: 15px;
}
I want exact same please give me an additional code.
