Skip to content

Commit

Permalink
adding strong element, as described in accompanying article
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Feb 23, 2020
1 parent 17fa40f commit d998299
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flow/in-flow/in-flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<section>
<div class="box">
<h1>A heading</h1>
<p>One November night in the year 1782, so the story runs, two brothers sat over their winter fire in the little French town of Annonay, watching the grey smoke-wreaths from the hearth curl up the wide chimney.</p>
<p>One November night in the year 1782, so the story runs, two brothers sat over their winter fire in the little French town of Annonay, watching the grey smoke-wreaths from the hearth curl up the wide chimney.</p>

<ul>
<li>One</li>
<li>Two</li>
Expand All @@ -91,14 +91,14 @@ <h1>A heading</h1>
<textarea id="code" class="playable-html">
<div class="box">
<h1>A heading</h1>
<p>One November night in the year 1782, so the story runs, two brothers sat over their winter fire in the little French town of Annonay, watching the grey smoke-wreaths from the hearth curl up the wide chimney.</p>
<p>One November night in the year 1782, so the story runs, two brothers sat over their winter fire in the little French town of Annonay, watching the grey smoke-wreaths from the hearth curl up the wide chimney.</p>

<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ul>
<p>Their names were Stephen and Joseph Montgolfier, they were papermakers by trade, and were noted as possessing thoughtful minds and a deep interest in all scientific knowledge and new discovery.</p>
<p>Their names were <strong>Stephen and Joseph Montgolfier</strong>, they were papermakers by trade, and were noted as possessing thoughtful minds and a deep interest in all scientific knowledge and new discovery.</p>
</div>
</textarea>
<div class="playable-buttons">
Expand Down

0 comments on commit d998299

Please sign in to comment.