Jump to content
  • Sign Up

Барак Обама

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    мужской
  • From
    Хабаровск

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Барак Обама's Achievements

Explorer

Explorer (1/14)

  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Не работает модальное окно, подскажите пожалуйста в чем может быть причина. <body> <header> <div class="container"> <div class="row"> <div class="col-12"> <h1 class="text-center text-white">************</h1> <div class="itd_play btn btn-primary" data-toggle="modal" data-target="#myModal"> <div class="itd_triangle"></div> </div> <a href="#footer" class="btn btn_itd btn_lg text-uppercase">Заказать</a> </div> </div> </div> </header> <footer id="footer"> </footer> <div class="modal fade" id="myModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Modal title</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> ... </div> </div> </div> </div> <script src="js/bootstrap.bundle.min.js"></script> </body>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy