jeudi 29 octobre 2015

Why my page us not styling using bootstrap?

I am trying to use Laravel 5.1. I included bootstrap 3.3.5 on the top. Then I created a div with a class of "container".

I used the css like this

<div class="form-group">

    <label for="control_3">Tell me about your self</label>

    <textarea class="form-control" name="control_3" cols="50" rows="10" id="control_3"></textarea>

</div>

I am sure the Css and the .js for bootstrap are included as I validated that using my page's source code.

But the page still looks bad "not using styling"

What would be the cause off this?

Here is I include the bootstrap files

<script src="http://ift.tt/1MXYaFl"></script>


    <link media="all" type="text/css" rel="stylesheet" href="http://ift.tt/1MXYaVB">


    <script src="http://ift.tt/1WkPbs7"></script>



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1PTGm4e
via IFTTT

Aucun commentaire:

Enregistrer un commentaire