building a website – How to use Bootstrap in ASP.NET websites

Bootstrap is a very powerful 12 grid layout with beautiful styling with very very little work.
It’s a responsive framework that focuses from mobile devices and up to larger screen resolutions.
This is a huge time saver when you’re building a website.

In this tutorial we will download Bootstrap (link below) install it into a empty ASP.NET Website and start using some of it’s functionality.

http://getbootstrap.com/

You May Also Like