newsletter-box

by Andrey Izman

HTML

<div class="boxed newsletter-box mt-4">
  <div class="media-content">
    <div class="columns is-gapless-desktop">
      <div class="column">
        <div class="title is-5 mb-0 text-left" style="line-height: 26px;">Do not miss the top trending startups with our weekly report!</div>
      </div>
      <div class="column is-narrow">
        <div data-react-class="TribuneEmailSubscription" data-react-props="{&quot;path&quot;:&quot;/email_subscriptions&quot;,&quot;linkTitle&quot;:&quot;Get the newsletter&quot;}" data-react-cache-id="TribuneEmailSubscription-0" class="TribuneEmailSubscription"><a class="obvious-link"><span>Get the newsletter</span></a></div>
      </div>
    </div>
  </div>
</div>

CSS

.boxed {
  background-color: rgb(24, 26, 27);
}

.newsletter-box {
  padding: .5rem !important;
  background: repeating-linear-gradient(-45deg, #6cc3eb, #6cc3eb 10px, #fffef2 0, #fffef2 0, #fffef2 20px, #cf6468 0, #cf6468 30px);
}

.newsletter-box .media-content {
  padding: 1rem;
  background-color: #fff;
  text-align: center;
}