TikTok Logo Over 4M Views on TikTok
TikTok Logo Over 4M Views on TikTok
TikTok Logo Over 4M Views on TikTok

Frame 198 (1).png

<style>
  .pill-container {
    padding: 6px 12px;
    background: #FAFAFA; /* Updated background color */
    border-radius: 20px; /* Adjust as needed to give the pill shape */
    display: inline-block; /* Ensure it wraps content properly */
    position: relative; /* Add position relative for centering */
    box-shadow: inset 0 0 0 #000000 35%; /* Inner shadow effect */
    border: 1px solid #000000; /* Add a 1px black border */
  }

  .pill-container img {
    vertical-align: middle; /* Align the image vertically */
  }

  .pill-container span {
    margin-left: 8px; /* Adjust as needed to give space between image and text */
  }

  /* Center the pill horizontally */
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
</style>

<div class="center">
  <div class="pill-container">
    <img src="<https://cdn.shopify.com/s/files/1/0801/6320/9559/files/image_78.png?v=1710258017>" alt="TikTok Logo">
    <span>Over 4M Views on TikTok</span>
  </div>
</div>