Bootstrap snippet and html example. Video section with ripple effect

Bootstrap 5.2.0 snippet "Video section with ripple effect" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.

HTML code

Clean, semantic HTML that powers this Bootstrap 5.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
 <section class="about-sec">
         <div class="container">
              <div class="row">
                   <div class="col-md-6">
                        <img src="https://connections4success.net/app/uploads/2019/07/agenda-analysis-business-plan-990818.jpg" class="w-100 rounded">
                        <div class="ripple"></div>
                        <a href="#" class="play--btn btn btn-danger rounded-circle btn-lg" data-bs-toggle="modal" data-bs-target="#videoModal"><i class="fa fa-play" aria-hidden="true"></i></a>
                   </div>
                   <div class="col-md-6">
                         <span class="text-danger">KNOW MORE ABOUT US</span>
                         <h1>A Bootstrap Guide For All</h1>
                         <p><strong> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
                         tempor incididunt ut labore et dolore magna aliqua.</strong> </p>

                         <ul>
                              <li><span><i class="fa fa-check" aria-hidden="true"></i></span> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p></li>
                              <li><span><i class="fa fa-check" aria-hidden="true"></i></span> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p></li>
                         </ul>
                         <a href="#" class="btn btn-danger btn-round w-25">View More</a>

                         <!-- Modal -->
                         <div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModal" aria-hidden="true">
                           <div class="modal-dialog">
                             <div class="modal-content">
                               
                               <div class="modal-body text-center">
                                 <div class="embed-responsive embed-responsive-4by3">
                                     <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe>
                                   </div>
                               </div>
                               
                             </div>
                           </div>
                         </div>
                   </div>
              </div>
         </div>
    </section>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 5.2.0 to keep the design, spacing, and responsiveness consistent.

body {
    margin-top: 40px;}

     .about-sec ul {
    list-style-type: none;
    padding-left: 0rem;}

    .about-sec ul li:before {
    background-color: #dc35452e;
    /* padding: 2px; */
    border-radius: 35px;
    font-size: 15px;
    width: 31px;
    height: 31px;
    content: " ";
    position: absolute;
    z-index: -1;}

    .about-sec ul li i{
    margin-left: 7px;
    margin-top: 7px;}

    .about-sec ul li {
    margin-bottom: 15px;
    display: flex;}

    .about-sec ul li p {
    position: relative;
    margin-left: 17px;}
    
    .play--btn {
    position: inherit;
    bottom: 39pc;
    left: 34rem;
    margin: -38px auto;
    display: block;}

    .ripple {
  margin: auto;
  margin-top: -12rem;
  
  width: 2rem;
  height: 2rem;
  border-radius: 0%;
  position:relative;
  animation: ripple 3s linear infinite;
}
.ripple::before,
.ripple::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius: 100%;
  animation: ripple 3s linear infinite 1s;
}
.ripple::after {
  animation: ripple 3s linear infinite 2s;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .7rem rgba(255,255,255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8rem rgba(255,255,255, 0);
  }
}

span, h1{
     font-family: 'Cabin', sans-serif;
}

h1 {
    padding: 10px 0px;
}

Similar snippets

Bootstrap example and template. Profile page

Profile page

Bootstrap example and template. Support center

Support center

Bootstrap example and template. Contact detail

Contact detail

Bootstrap example and template. bs5 profile billing page

bs5 profile billing page

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Jobs tabs

Jobs tabs

Bootstrap example and template. Social network login with buttons

Social network login with buttons

Bootstrap example and template. Social Media Button Design

Social Media Button Design

FAQ

How do I use this snippet?

Include Bootstrap 5.2.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 5.2.0.

Bootstrap example and template. Video section with ripple effect

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 634+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 5.2.0

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 5.2.0 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working