Answer the question
In order to leave comments, you need to log in
How to center block in Bootstrap?
I'm trying like this, but it doesn't align
text-align:center;
<section class="menu">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="#">Главная</a></li>
<li><a href="#">Номера</a></li>
<li><a href="#">Проведение мероприятий</li></a>
<li><a href="#">Фотогалерея</li></a>
<li><a href="#">Контакты</li></a>
</ol>
</div>
</div>
</div>
</section>
.breadcrumb{
text-align: center;
}
Answer the question
In order to leave comments, you need to log in
Correct the layout, you have in the list </a></li>
either </li></a>
jsbin.com/kojawuw/edit?html,css,output
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question