Images

We can add classes to an <img> element for image manipulation using built-in CSS styles:

<img src="..." alt="..." class="img-rounded">
<img src="..." alt="..." class="img-circle">
<img src="..." alt="..." class="img-thumbnail">

The preceding code will create the following images:

Images

Note

Note that Internet Explorer 8 lacks support for rounded corners in images.

Icons (Glyphicons)

Glyphicons are small icons used to help the user understand the meaning of a function. For example, an e-mail will have an envelope icon, search would have a magnifying glass icon, and so on. Some Glyphicons are shown in the following diagram:

Icons (Glyphicons)

More than 250 Glyphicons in font format are present in the Glyphicon Halflings set. Here is how to add Glyphicons in Bootstrap:

<span class="glyphicon glyphicon-search"></span>

Note

All the available Glyphicons can be found at http://getbootstrap.com/components/.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.4.191