twitter bootstrap 3 - Can we change width of container in css using Bootstrap3 -
how can change width of container in bootstrap3. want content in center of browser (70% of browser's width).
<p> use bootply design, prototype, or test bootstrap framework. find examples, share code , rapidly build interfaces bootstrap. use bootply design, prototype, or test bootstrap framework. find examples, share code , rapidly build interfaces bootstrap. </p> <p> use bootply design, prototype, or test bootstrap framework. find examples, share code , rapidly build interfaces bootstrap. use bootply design, prototype, or test bootstrap framework. find examples, share code , rapidly build interfaces bootstrap. </p><p> positive energy nature <br> sun there </p> <p> use bootply design, prototype, or test bootstrap framework. find examples, share code , rapidly build interfaces bootstrap. </p> </div>
you surround p tags in
<div class="container">
then in css file declare like:
.container { max-width: 70%; }
i hope :)
but instead of 70% better declare max-width precisely...like max-width: 1100px;
Comments
Post a Comment