How to make a button in the center of the screen appear when pressing the button.
<div class="row"> <div class="col-md-3"> <button class="btn btn-info">Заказать счет</button> </div> <div class="col-md-3"> <button class="btn btn-info">Заказать счет</button> </div> <div class="col-md-3"> <button class="btn btn-info">Заказать счет</button> </div> </div>
There are three buttons, each button when pressed should appear a block with different information. Who is not difficult to more detail to paint everything?