Skip to content

Commit d998299

Browse files
adding strong element, as described in accompanying article
1 parent 17fa40f commit d998299

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flow/in-flow/in-flow.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
<section>
7474
<div class="box">
7575
<h1>A heading</h1>
76-
<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>
77-
76+
<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>
77+
7878
<ul>
7979
<li>One</li>
8080
<li>Two</li>
@@ -91,14 +91,14 @@ <h1>A heading</h1>
9191
<textarea id="code" class="playable-html">
9292
<div class="box">
9393
<h1>A heading</h1>
94-
<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>
95-
94+
<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>
95+
9696
<ul>
9797
<li>One</li>
9898
<li>Two</li>
9999
<li>Three</li>
100100
</ul>
101-
<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>
101+
<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>
102102
</div>
103103
</textarea>
104104
<div class="playable-buttons">

0 commit comments

Comments
 (0)