Bootstrap

Bootstrap has been around for a while now, and it gets better with each release. I use this on all the .Net MVC websites I develop, including this one you're viewing right now! This website has been developed in .Net Core 2.1 MVC, and uses the freely available Slate theme on Bootswatch

So lets take a look at the many items available, and how to implement them into your website.

Navbars

Adding Navbars

Navbars are one of the first things your visitor sees when they arrive at your website. These are important to allow them to navigate to the main sections around your site.

Breadcrumbs

Adding Breadcrumbs

Breadcrumbs are another great addition to your site, where your visitor can easily navigate between parent & child pages. They are usually at the top of your page, and offer a good user interaction.

Cards

Adding Cards

Styling with cards is good for giving your visitors a brief overview of the different areas of your website, keeping each area of interest compartmentalized, just like you see on this page.