minor <code> tag fixes (#39046)

This commit is contained in:
Quinn
2020-08-31 00:12:04 -04:00
committed by GitHub
parent fe3f0b2ac4
commit 29ab6c32ec
7 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ Remember, the CSS inside the media query is applied only if the media type match
## Instructions
<section id='instructions'>
Add a media query, so that the <code>p</code> tag has a <code>font-size</code> of 10px when the device's height is less than or equal to 800px.
Add a media query, so that the <code>p</code> tag has a <code>font-size</code> of <code>10px</code> when the device's height is less than or equal to <code>800px</code>.
</section>
## Tests

View File

@ -25,7 +25,7 @@ Here is an example of an image that is only using half of the original height an
## Instructions
<section id='instructions'>
Set the <code>width</code> and <code>height</code> of the <code>img</code> tag to half of their original values. In this case, both the original <code>height</code> and the original <code>width</code> are 200px.
Set the <code>width</code> and <code>height</code> of the <code>img</code> tag to half of their original values. In this case, both the original <code>height</code> and the original <code>width</code> are <code>200px</code>.
</section>
## Tests