Monday, November 27, 2017

Bootstrap CSS And Responsive Meta Tags



Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.
To get mobile first responsive design we must have to use requird meta tag before title tag inside body.
ex. <meta name=”viewport” content=”width=device-width, initial-scale=1″>
if you want to disable mobile zooming option then you can use the user-scalable=no inside the meta tag.
ex. <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no”>
Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to padding and more, neither container is nestable.
Use .container for a responsive fixed width container.


For code and more details visit my site 

Thanks for reading

No comments:

Bootstrap Button Group

In our previus post we've learned regarding bootstrap button anw we tend to square measure progressing to learn Bootstrap three Button ...