Bootstrap Newsletter 1 Section

Sign up for our newsletter and never miss a thing.

We'll never share your email with anyone else.

Place the code in the <body> for Interface
          
<!-- Newsletter 1 - Bootstrap Brain Component -->
<section class="py-3 py-md-5 py-xl-10 bg-light">
  <div class="container">
    <div class="row justify-content-md-center">
      <div class="col-12 col-md-9 col-lg-8 col-xl-7 col-xxl-6">
        <h2 class="display-4 mb-4 mb-md-5 mb-xxl-6 text-center">Sign up for our newsletter and never miss a thing.</h2>
      </div>
    </div>
    <div class="row justify-content-md-center">
      <div class="col-12 col-md-10 col-lg-9 col-xl-8 col-xxl-7">
        <form class="row gy-3 gy-lg-0 gx-lg-2 justify-content-center">
          <div class="col-12 col-lg-8">
            <label for="email-newsletter-component" class="visually-hidden">Email Address</label>
            <input type="email" class="form-control bsb-form-control-3xl" id="email-newsletter-component" value="" placeholder="Email Address" aria-label="email-newsletter-component" aria-describedby="email-newsletter-help" required>
            <div id="email-newsletter-help" class="form-text text-center text-lg-start">We'll never share your email with anyone else.</div>
          </div>
          <div class="col-12 col-lg-3 text-center text-lg-start">
            <button type="submit" class="btn btn-primary bsb-btn-3xl">Subscribe</button>
          </div>
        </form>
      </div>
    </div>
  </div>
</section>
        
Place the <link> tag in the <head> for CSS
          
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/components/newsletters/newsletter-1/assets/css/newsletter-1.css">
        

This Bootstrap Newsletter Subscription Form has a straightforward and minimalist layout. This Bootstrap Newsletter Subscription Form snippet is easy to knit in the Bootstrap templates. This Bootstrap Newsletter Subscription Form uses the Bootstrap 5 framework. This Bootstrap Newsletter Subscription Form has a responsive layout. It will look fabulous on different screens. This Bootstrap Newsletter Subscription Form example is elementary to customize and adaptable.