minor <code> tag fixes (#39046)
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user