M
M
Magzhan Birgebayuly2016-10-12 09:43:21
css
Magzhan Birgebayuly, 2016-10-12 09:43:21

How to include indentation library in bootstrap?

As I understand it, you connect the bootstrap.css, bootstrap.js libraries and everything should work, but some styles, such as:

<div class="m-t-10"></div>
<div class="p-t-10"></div>
<ul class="nav nav-tabs">
  <li class="active">
    <a data-toggle="tab" href="#tabsLogin">Войти</a>
  </li>
  <li>
    <a data-toggle="tab" href="#tabsSignin">Зарегестрироваться</a>
  </li>
</ul>

not applied at all... what am I missing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Bobylev, 2016-10-13
@dpigo

With the right css and js included, your example works great.
https://jsfiddle.net/tmxfpw1a/1/
See if you really have files connected.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question