# IT:AD:CSS:Bootstrap # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} --- Worth considering: * "Agree. Bootstrap is a gross violation of the principal of separation of presentation and content." ## Tools ## Use Jetstrap to make it a lot easier if under time constraints. * [http://designshack.net/articles/css/20-awesome-resources-for-twitter-bootstrap-lovers/](http://designshack.net/articles/css/20-awesome-resources-for-twitter-bootstrap-lovers/) ## Process ## #### Make a Bundle #### bundles.Add(new StyleBundle("~/Content/bootstrap").Include( "~/Content/bootstrap.css", "~/Content/bootstrap-responsive.css" )); And refer to it from the _Layout page: @Scripts.Render("~/bundles/modernizr") Then refer to docs: * [http://twitter.github.com/bootstrap/getting-started.html](http://twitter.github.com/bootstrap/getting-started.html) * [http://twitter.github.com/bootstrap/base-css.html](http://twitter.github.com/bootstrap/base-css.html) ## Resources ## * [Jetstrap](http://jetstrap.com/)