fix(learn): updated instructions to be explicit (#40131)

This commit is contained in:
Steven Walker
2020-10-31 18:53:30 +00:00
committed by GitHub
parent e4a9b2988c
commit 2645fae939

View File

@ -13,7 +13,15 @@ The <code>font-size</code> property is used to specify how large the text is in
## Instructions
<section id='instructions'>
<ul><li>Set the <code>font-size</code> of the <code>h1</code> tag to 68px.</li><li>Set the <code>font-size</code> of the <code>h2</code> tag to 52px.</li><li>Set the <code>font-size</code> of the <code>h3</code> tag to 40px.</li><li>Set the <code>font-size</code> of the <code>h4</code> tag to 32px.</li><li>Set the <code>font-size</code> of the <code>h5</code> tag to 21px.</li><li>Set the <code>font-size</code> of the <code>h6</code> tag to 14px.</li></ul>
<p>In the <code>style</code> tags, set the <code>font-size</code> of the:</p>
<ul>
<li><code>h1</code> tag to 68px.</li>
<li><code>h2</code> tag to 52px.</li>
<li><code>h3</code> tag to 40px.</li>
<li><code>h4</code> tag to 32px.</li>
<li><code>h5</code> tag to 21px.</li>
<li><code>h6</code> tag to 14px.</li>
</ul>
</section>
## Tests