Skip to content

Commit f8ecee7

Browse files
author
Florian Kissling
committed
Add .jumbotron with headline and dummy .lead.
1 parent 5a44b40 commit f8ecee7

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

docs/examples.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,23 @@
88
<script type="text/javascript" src="dist/js/i18n/es.js"></script>
99

1010
<style type="text/css">
11-
.img-flag {
12-
height: 15px;
13-
width: 18px;
14-
}
11+
.img-flag {
12+
height: 15px;
13+
width: 18px;
14+
}
1515
</style>
1616

17+
<section class="jumbotron">
18+
<div class="container">
19+
<h1>
20+
Examples
21+
</h1>
22+
<p class="lead">
23+
Lorem ipsum.
24+
</p>
25+
</div>
26+
</section>
27+
1728
<div class="container">
1829
<section id="basic" class="row">
1930
<div class="col-md-4">

0 commit comments

Comments
 (0)