Skip to content

Commit

Permalink
Update files/en-us/web/css/flex-grow/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
estelle and github-actions[bot] committed Jun 24, 2024
1 parent 977e778 commit 2c2c51c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/en-us/web/css/flex-grow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ In this example, there is a total of eight growth factors distributed among the

```html
<h1>This is a <code>flex-grow</code> example</h1>
<p>A, B, C, and F have <code>flex-grow: 1</code> set . D and E have <code>flex-grow: 2</code> set.</p>
<p>
A, B, C, and F have <code>flex-grow: 1</code> set. D and E have
<code>flex-grow: 2</code> set.
</p>
<div id="content">
<div class="small" style="background-color:red;">A</div>
<div class="small" style="background-color:lightblue;">B</div>
Expand Down

0 comments on commit 2c2c51c

Please sign in to comment.