Introduction

Introduction

rosskevin.github.io

This is Bootstrap Material Design, the world’s most popular framework for building responsive, mobile-first Material Design sites and applications.
Inside you’ll find high quality HTML, CSS, and JavaScript to make starting any project easier than ever.

Here’s how to quickly get started with the Bootstrap Material Design CDN and a template starter page.

ContentsQuick start

Looking to quickly add Bootstrap Material Design to your project? Use the Bootstrap Material Design CDN,
provided for free by the folks at MaxCDN. Using a package manager or need to download the source files?
Head to the downloads page.

Copy-paste the font and stylesheet into your before all other stylesheets to load our CSS.

Add jQuery, Tether, and our Javascript near the end of your pages, right before the closing tag. Be sure to place jQuery first as our code depends on it.

And that’s it—you’re on your way to a fully Bootstrap Material styled site. If you’re at all unsure about the general page structure, keep reading for an example page template.

Starter template

Be sure to have your pages set up with the latest design and development standards. That means:

  • Using an HTML5 doctype
  • Forcing Internet Explorer to use its latest rendering mode (read more)
  • And, utilizing the viewport meta tag.

Put it all together and your pages should look like this:

That’s all you need for overall page requirements. Visit the Layout docs or our official examples to start laying out your site’s content and components.

Important globals

Bootstrap Material Design employs a handful of important global styles and settings that you’ll need to be aware of when using it, all of which are almost exclusively geared towards the normalization of cross browser styles. Let’s dive in.

Bootstrap Material Design requires the use of the HTML5 doctype. Without it, you’ll see some funky incomplete styling, but including it shouldn’t cause any considerable hiccups.

Bootstrap Material Design is developed mobile first, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, add the responsive viewport meta tag to your .

You can see an example of this in action in the starter template.

Community

Stay up to date on the development of Bootstrap Material Design and reach out to the community with these helpful resources.

Report Page