IT:AD:CSS:Bootstrap

Summary

Worth considering: * “Agree. Bootstrap is a gross violation of the principal of separation of presentation and content.”

Use Jetstrap to make it a lot easier if under time constraints.

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:

  • /home/skysigal/public_html/data/pages/it/ad/css/bootstrap/home.txt
  • Last modified: 2023/11/04 03:39
  • by 127.0.0.1