Ready-made resources and plugins

There are several resources and toolkits to streamline Bootstrap web development. Let's take a look at the most widely-used and efficient ones that will help you develop your website faster and with great accuracy.

Font Awesome

The Font Awesome library is a collection of hundreds of icons that aid you in building web pages. The scalable vector icons can be customized by CSS in addition to providing high resolution displays. You can either download it or use the Bootstrap CDN at MaxCDN.

In the following example, we'll be using the CDN to understand how it all works:

<!DOCTYPE html> <html> <head> <title>Font Awesome example</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" ...

Get Learning Bootstrap now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.