rodrigohax

IG - Liquid

Jul 28th, 2025
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.03 KB | None | 0 0
  1. <style>
  2.   .instagram-highlight {
  3.     display: inline-flex;
  4.     align-items: center;
  5.     gap: 10px;
  6.     padding: 6px 14px;
  7.     background: linear-gradient(90deg, #fdfbfb 0%, #ebedee 100%);
  8.     border: 1.5px solid #d3d3d3;
  9.     border-radius: 30px;
  10.     font-size: 13px;
  11.     font-weight: 600;
  12.     color: #333333;
  13.     box-shadow: 0 2px 5px rgba(0,0,0,0.06);
  14.     width: fit-content;
  15.     font-family: Arial, sans-serif;
  16.   }
  17.  
  18.   .instagram-highlight svg {
  19.     width: 16px;
  20.     height: 16px;
  21.     fill: #e1306c;
  22.   }
  23. </style>
  24.  
  25. <div class="instagram-highlight">
  26. <svg width="18" height="18" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">
  27.   <defs>
  28.     <linearGradient id="instaGradient" x1="0%" y1="0%" x2="100%" y2="100%">
  29.       <stop offset="0%" stop-color="#feda75" />
  30.       <stop offset="25%" stop-color="#fa7e1e" />
  31.       <stop offset="50%" stop-color="#d62976" />
  32.       <stop offset="75%" stop-color="#962fbf" />
  33.       <stop offset="100%" stop-color="#4f5bd5" />
  34.     </linearGradient>
  35.   </defs>
  36.   <path fill="url(#instaGradient)" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9S160.5 370.8 224.1 370.8 339 319.5 339 255.9 287.7 141 224.1 141zm0 186.6c-39.6 0-71.7-32.1-71.7-71.7 0-39.6 32.1-71.7 71.7-71.7 39.6 0 71.7 32.1 71.7 71.7 0 39.6-32.1 71.7-71.7 71.7zm146.4-194.3c0 14.9-12 26.9-26.9 26.9-14.9 0-26.9-12-26.9-26.9s12-26.9 26.9-26.9c14.9 0 26.9 12 26.9 26.9zm76.1 27.2c-.5-35.3-9.9-66.7-36.2-93C385.5 21.9 354.1 12.5 318.8 12c-35.3-.5-141.2-.5-176.5 0-35.3.5-66.7 9.9-93 36.2-26.3 26.3-35.7 57.7-36.2 93-.5 35.3-.5 141.2 0 176.5.5 35.3 9.9 66.7 36.2 93 26.3 26.3 57.7 35.7 93 36.2 35.3.5 141.2.5 176.5 0 35.3-.5 66.7-9.9 93-36.2 26.3-26.3 35.7-57.7 36.2-93 .5-35.3.5-141.2 0-176.5zm-48.6 213c-7.8 19.6-22.9 34.7-42.5 42.5-29.4 11.7-99.2 9-132.5 9s-103.1 2.6-132.5-9c-19.6-7.8-34.7-22.9-42.5-42.5-11.7-29.4-9-99.2-9-132.5s-2.6-103.1 9-132.5c7.8-19.6 22.9-34.7 42.5-42.5 29.4-11.7 99.2-9 132.5-9s103.1-2.6 132.5 9c19.6 7.8 34.7 22.9 42.5 42.5 11.7 29.4 9 99.2 9 132.5s2.7 103.1-9 132.5z"/>
  37. </svg>
  38.   Producto más visto en Instagram
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment