мНет описания правки
мНет описания правки
Строка 195: Строка 195:
<body>
<body>


    <div class="accordion" id="accordionExample">
<div id="carouselExampleCaptions" class="carousel slide">
   <div class="accordion-item">
   <div class="carousel-indicators">
     <h2 class="accordion-header">
     <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
    <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
        Accordion Item #1
    <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
      </button>
  </div>
    </h2>
  <div class="carousel-inner">
    <div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
    <div class="carousel-item active">
       <div class="accordion-body">
      <img src="..." class="d-block w-100" alt="...">
         <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
       <div class="carousel-caption d-none d-md-block">
         <h5>First slide label</h5>
        <p>Some representative placeholder content for the first slide.</p>
       </div>
       </div>
     </div>
     </div>
  </div>
    <div class="carousel-item">
  <div class="accordion-item">
      <img src="..." class="d-block w-100" alt="...">
    <h2 class="accordion-header">
       <div class="carousel-caption d-none d-md-block">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
         <h5>Second slide label</h5>
        Accordion Item #2
        <p>Some representative placeholder content for the second slide.</p>
       </button>
    </h2>
    <div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
      <div class="accordion-body">
         <strong>This is the second item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
       </div>
       </div>
     </div>
     </div>
  </div>
    <div class="carousel-item">
  <div class="accordion-item">
      <img src="..." class="d-block w-100" alt="...">
    <h2 class="accordion-header">
       <div class="carousel-caption d-none d-md-block">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
         <h5>Third slide label</h5>
        Accordion Item #3
        <p>Some representative placeholder content for the third slide.</p>
       </button>
    </h2>
    <div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
      <div class="accordion-body">
         <strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
       </div>
       </div>
     </div>
     </div>
   </div>
   </div>
  <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
    <span class="visually-hidden">Previous</span>
  </button>
  <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
    <span class="carousel-control-next-icon" aria-hidden="true"></span>
    <span class="visually-hidden">Next</span>
  </button>
</div>
</div>
</body>
</body>
</html>
</html>


</div>
</div>