Skip to content

Commit

Permalink
improved examples
Browse files Browse the repository at this point in the history
  • Loading branch information
suterma committed Jul 17, 2022
1 parent b81ad95 commit 97a50a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ The class names follow the naming pattern from the visibility helpers, as per th

### Examples

Not printing the navbar
```html
<!-- not printing the navbar -->
<nav id="navbar" class="bd-navbar navbar is-hidden-print">
<!-- navbar content... -->
</nav>
```

Adding a special information, only for printouts
```html
<!-- adding a special information, only for printouts -->
<section class="hero is-print-only">
<!-- About this printed document... -->
</section>
```

Adding a page break before a header
```html
<!-- adding a page break before a header -->
<h3 class="has-page-break-before">Try it out!</h3>
```

Expand Down

0 comments on commit 97a50a7

Please sign in to comment.