Made in India

Posted on: 17/04/2025
Updated on: 17/04/2025
Code Preview
How to add your shopify Code
<div class = "message-under-cart">
        <title>Made in India</title>
        <img style="width:20px;" src="https://upload.wikimedia.org/wikipedia/en/thumb/4/41/Flag_of_India.svg/330px-Flag_of_India.svg.png">
    Proudly made in the India
    </div>
    
    <style>
    .message-under-cart {
        display: flex;
        justify-content: center;
        gap: 10px;
        font-size: 12px;
        background: #f2f2f2;
        border-radius: 8px;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 10px;
        font-weight: 600;
        color: #676767;
    }
    </style>

Other Elements

Copyright Jumping Monkey © 2025 All Rights Reserved
bookmark