Skip to content

Commit 24eacf4

Browse files
committed
Tweak wording in the example about <center>.
1 parent ff217dd commit 24eacf4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,8 @@ <h3 id=flex-align><span class=secno>5.2. </span> Cross Axis Alignment: the
14721472

14731473
<div class=example>
14741474
<p>By using a vertical flexbox and &lsquo;<a href="#flex-align0"><code
1475-
class=property>flex-align</code></a>&rsquo;, we can emulate the
1476-
functionality of HTML's <code>&lt;center></code> element:</p>
1475+
class=property>flex-align</code></a>&rsquo;, we can achieve behavior very
1476+
close to HTML's <code>&lt;center></code> element:</p>
14771477

14781478
<div class=code-and-figure>
14791479
<div>

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ <h3 id='flex-align'>
694694
</div>
695695

696696
<div class=example>
697-
<p>By using a vertical flexbox and 'flex-align', we can emulate the functionality of HTML's <code>&lt;center></code> element:</p>
697+
<p>By using a vertical flexbox and 'flex-align', we can achieve behavior very close to HTML's <code>&lt;center></code> element:</p>
698698

699699
<div class='code-and-figure'>
700700
<div><pre>

0 commit comments

Comments
 (0)