Posted on: 16/04/2025
Updated on: 16/04/2025
Code Preview

How to add your shopify Code
<div class="shopify-container">
<div class="shopify-text">"Amazing"</div>
<img
class="shopify-image"
src="https://cdn.shopify.com/s/files/1/0798/4267/2987/files/Revive_39.png?v=1733346031"
alt="shopifyImage"
/>
<div class="shopify-rating">Rated 4.4/5 on</div>
<img
class="shopify-logo"
src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Shopify_Logo.png"
alt="shopifyImage"
/>
</div>
<style>
.shopify-container {
display: flex;
align-items: center;
background-color: #fbfbfb;
border: 1px solid #d4edda;
border-radius: 8px;
padding: 2px 10px;
width: 100%;
border: 1px dashed #898686;
gap: 8px;
justify-content: center;
}
.shopify-image{
width: 65px;
}
.shopify-logo{
width: 60px;
}
.shopify-text{
font-size: 13px;
font-weight: 600;
}
.shopify-rating{
font-size: 10px;
font-weight: 500;
color: #000;
}
</style>
Copyright Jumping Monkey © 2025 All Rights Reserved