Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div class="spacer"></div>

<section class="stepper-section">
            <div class="container mobile-containers py-lg-5">
                <div class="row">
                    <div class="col-sm-12 col-md-12 col-lg-6">
                        <div class="left-content">
                            <div class="register-title">
                                <h1>Simple 5 Steps to Register in BlueT</h1>
                                <p>Discover vendors smartly, either through intelligent catalogs or interactive
                                    discussion boards, and get tailored buying solutions with BlueT.Discover vendors
                                    smartly, either through intelligent catalogs or interactive discussion boards,
                                    and get tailored buying solutions with BlueT.Discover vendors smartly, either
                                    through intelligent catalogs or interactive discussion boards, and get tailored
                                    buying solutions with BlueT.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-sm-12 col-md-12 col-lg-6">
                        <div class="steps-to-register">
                            <div class="stepper">
                                <div class="step-line"></div>
                                <div class="step step1">
                                    <div class="step-count">1</div>
                                    <div class="step-title">
                                        <h1>Find Products and Suppliers</h1>
                                        <p>Explore online supplier directories that categorize suppliers based on
                                            industries and products. Participating in industry-related discussions can
                                            provide a wealth of information about products and suppliers</p>
                                    </div>
                                </div>
                                <div class="step step2">
                                    <div class="step-count">2</div>
                                    <div class="step-title">
                                        <h1>Connect With Supplier</h1>
                                        <p>Connect with multiple supplier through our deal room or from BlueT Discussion
                                            module with latest update of the product.</p>
                                    </div>
                                </div>
                                <div class="step step3">
                                    <div class="step-count">3</div>
                                    <div class="step-title">
                                        <h1>Place Order</h1>
                                        <p>You can place your product in multiple ways from BlueT like you can raise RFQ
                                            or Direct by from selected supplier.</p>
                                    </div>
                                </div>
                                <div class="step step4">
                                    <div class="step-count">4</div>
                                    <div class="step-title">
                                        <h1>Payment</h1>
                                        <p>Secure your payment with BlueT. BlueT will Secure your amount till the
                                            product reach you.</p>
                                    </div>
                                </div>
                                <div class="step step5">
                                    <div class="step-count">5</div>
                                    <div class="step-title">
                                        <h1>Payment</h1>
                                        <p>Secure your payment with BlueT. BlueT will Secure your amount till the
                                            product reach you.</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

<div class="spacer"></div>
              
            
!

CSS

              
                .spacer {
  height: 100vh;
}
/* Custom CSS for vertical stepper */
.stepper {
  display: flex;
  flex-direction: column;
  /* row-gap: 150px; */
}

.step {
  display: flex;
  align-items: baseline;
  padding: 15px;
  position: relative; /* Set relative positioning */
  height: 200px;
}

.step-line {
  z-index: 1;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 50px;
  right: auto;
  overflow: hidden;
  border: 1px dashed #003049;
  height: 100%;
}

.step-count {
  padding: 1rem;
  background-color: #fff;
  color: #003049;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: Poppins;
  border: 1px solid #003049;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  z-index: 1;
}

.step-title {
  margin-left: 14px;
}
.step-title h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: Poppins;
  color: #003049;
}
.step-title p {
  font-size: 16px;
  font-family: Open Sans;
  color: #003049;
}
.left-content {
  position: sticky;
  top: 10%;
  /* height: 100vh; */
  overflow: hidden; /* Hide overflow content to prevent scrollbars */
}


@media (min-width: 320px) and (max-width: 480px) {
  .navbar .nav-item {
    margin: 0 !important;
  }
  .custom-container {
    padding: 0 15px;
  }
  .bluet-process {
    margin-top: 0;
  }
  .bluet-process h1 {
    font-size: 30px;
  }
  .bluet-section {
    background-color: #f5f5f5;
    .container {
      padding: 15px 15px;
    }
  }
  .supplier-count {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
    position: unset !important;
  }
  .supplier-count .count1,
  .count2,
  .count3,
  .count4 {
    position: inherit !important;
  }
  .bluet-process {
    margin-bottom: 0;
  }
  .step {
    height: 250px;
  }
  .step-line {
    height: 1000px;
  }
  .register-title h1 {
    font-size: 30px;
  }
  .stepper {
    row-gap: 0;
  }
  .mobile-containers {
    padding: 15px 15px;
  }
  .register-section-text h1 {
    font-size: 30px;
  }
  .discussions-title h1 {
    font-size: 30px;
  }
  .discussions-title {
    margin-bottom: 15px;
  }
  .start-business h1 {
    font-size: 30px;
  }
  .register-now-btn {
    padding: 10px 30px;
  }
  .request-btn {
    padding: 10px 30px;
  }
  .buyer-feature {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .navbar .nav-item {
    margin: 0 !important;
  }
  .custom-container {
    padding: 0 15px;
  }
  .bluet-process {
    margin-top: 0;
  }
  .bluet-process h1 {
    font-size: 30px;
  }
  .bluet-section {
    background-color: #f5f5f5;
    .container {
      padding: 15px 15px;
    }
  }
  .supplier-count {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
    position: unset;
  }
  .supplier-count .count1,
  .count2,
  .count3,
  .count4 {
    position: inherit !important;
  }
  .bluet-process {
    margin-bottom: 0;
  }
  .register-title h1 {
    font-size: 30px;
  }
  .stepper {
    row-gap: 0;
  }
  .mobile-containers {
    padding: 15px 15px;
  }
  .register-section-text h1 {
    font-size: 30px;
  }
  .discussions-title h1 {
    font-size: 30px;
  }
  .discussions-title {
    margin-bottom: 15px;
  }
  .start-business h1 {
    font-size: 30px;
  }
  .register-now-btn {
    padding: 10px 30px;
  }
  .request-btn {
    padding: 10px 30px;
  }
  .buyer-feature {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .custom-container {
    min-height: 0;
    padding: 15px 0;
  }
  .bluet-process h1 {
    font-size: 30px;
  }
  .supplier-count {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
    position: unset;
    place-items: center;
  }
  .supplier-count .count1,
  .count2,
  .count3,
  .count4 {
    position: inherit !important;
  }
  .supplier-count .count4 {
    width: 130px;
    height: 130px;
  }
  .supplier-count .count1 {
    width: 180px;
    height: 180px;
  }
  .supplier-count .count2 {
    width: 120px;
    height: 120px;
  }
  .supplier-count .count3 {
    width: 160px;
    height: 160px;
  }
  .bluet-section {
    background-color: #f5f5f5;
    .container {
      padding: 15px 15px;
    }
  }
  .bluet-process {
    margin-bottom: 0;
  }
  .register-title h1 {
    font-size: 30px;
  }
  .stepper {
    row-gap: 0;
  }
  .register-section-text h1 {
    font-size: 30px;
  }
  .discussions-title h1 {
    font-size: 30px;
  }
  .discussions-title {
    margin-bottom: 15px;
  }
  .start-business h1 {
    font-size: 30px;
  }
  .register-now-btn {
    padding: 10px 30px;
  }
  .request-btn {
    padding: 10px 30px;
  }
  .news-row {
    row-gap: 10px;
  }
  .step-line {
    z-index: 1;
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 50px;
    /* right: auto; */
    overflow: hidden;
    border: 1px dashed #003049;
    height: 615px;
    /* height: 0; */
    transition: height 0.5s ease-in-out;
  }
  .buyer-feature {
    padding-left: 0;
    padding-right: 0;
  }
}
              
            
!

JS

              
                gsap.from(".step-line", {
  scaleY: 0,
  transformOrigin: "center top",
  duration: 5,
  ease: "none",
  stagger: {
    amount: 5,
    ease: "none"
  },
  scrollTrigger: {
    scrub: true,
    markers: true,
    trigger: ".stepper-section",
    start: "top center",
    end: "bottom 75%"
  }
})
              
            
!
999px

Console