Bootstrap snippet and html example. Video section with ripple effect

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 5.2.0 included, to get the result that you can see in the preview selection

  <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

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 5.2.0 included, to get the result that you can see in the preview selection

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. team members cards

team members cards

Bootstrap example and template. My team

My team

Bootstrap example and template. bs5 line team

bs5 line team

Bootstrap example and template. bs4 team list

bs4 team list

Bootstrap example and template. bs4 simple chat app

bs4 simple chat app

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. events card widget

events card widget

Bootstrap example and template. bs4 contact form

bs4 contact form

Bootstrap example and template. Video section with ripple effect

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 321 views, Using this bootstrap snippet you have the following benefits:

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