twitter-bootstrap Printing in Bootstrap. Basic HTML usage

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

The print elements of Bootstrap allow you to designate which items should be visible when printed and which should be hidden.

To make something visible use either of the following depending on the element and how it should appear when printed:

.visible-print-block
.visible-print-inline
.visible-print-inline-block

To hide something from being printed, use the following:

.hidden-print


Got any twitter-bootstrap Question?