mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
9 lines
416 B
HTML
9 lines
416 B
HTML
<div class="block">This text is within a <strong>block</strong>.</div>
|
|
|
|
<div class="block">
|
|
This text is within a <strong>second block</strong>. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean
|
|
efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
|
|
</div>
|
|
|
|
<div class="block">This text is within a <strong>third block</strong>. This block has no margin at the bottom.</div>
|