Advertisement
salmancreation

Untitled

Jan 15th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.36 KB | None | 0 0
  1.                     <div class="accordion-wrap" id="accordion">
  2.                         <div class="card">
  3.                             <span></span>
  4.                             <div class="card-header" id="headingOne">
  5.                                 <h2 class="mb-0">
  6.                                     <button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
  7.                                       What is Klaud hosting?
  8.                                     </button>
  9.                                 </h2>
  10.                             </div>
  11.  
  12.                             <div id="collapseOne" class="collapse show" data-parent="#accordion">
  13.                                 <div class="card-body">
  14.                                     Klaud hosting is a hosting service for WordPress sites, which comes with an easy 1-click installation of WordPress and Elementor. It offers a fast, reliable and secure hosting environment for WordPress websites.
  15.                                 </div>
  16.                             </div>
  17.                         </div> <!-- /.card -->
  18.                         <div class="card">
  19.                             <span></span>
  20.                             <div class="card-header" id="headingTwo">
  21.                                 <h2 class="mb-0">
  22.                                     <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
  23.                                       Why Choose Klaud hosting?
  24.                                     </button>
  25.                                 </h2>
  26.                             </div>
  27.                             <div id="collapseTwo" class="collapse" data-parent="#accordion">
  28.                                 <div class="card-body">
  29.                                     Klaud hosting is a hosting service for WordPress sites, which comes with an easy 1-click installation of WordPress and Elementor. It offers a fast, reliable and secure hosting environment for WordPress websites.
  30.                                 </div>
  31.                             </div>
  32.                         </div> <!-- /.card -->
  33.                         <div class="card">
  34.                             <span></span>
  35.                             <div class="card-header" id="headingThree">
  36.                                 <h2 class="mb-0">
  37.                                     <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
  38.                                       Is This an Affiliate Program?
  39.                                     </button>
  40.                                 </h2>
  41.                             </div>
  42.                             <div id="collapseThree" class="collapse" data-parent="#accordion">
  43.                                 <div class="card-body">
  44.                                     Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch denim aesthetic them accusamus labore sustainable VHS.
  45.                                 </div>
  46.                             </div>
  47.                         </div> <!-- /.card -->
  48.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement