Incorrect div align of twitter bootstrap
I am trying to append data to div using json request. What i am trying to do is just simple fetch json request and then create div (<div class="col-md-4">My div box</div>) and append to previously created div. Now initially everything…