Improve capitalization (#36166)

This commit is contained in:
Val Lipat 2019-06-04 22:52:52 +08:00 committed by Randell Dawson
parent 533b3cdf16
commit 6feda1badb

View File

@ -13,7 +13,7 @@ Your cat photo currently has sharp corners. We can round out those corners with
## Instructions
<section id='instructions'>
You can specify a <code>border-radius</code> with pixels. Give your cat photo a <code>border-radius</code> of <code>10px</code>.
<strong>Note:</strong> this challenge allows for multiple possible solutions. For example, you may add <code>border-radius</code> to either the <code>.thick-green-border</code> class or the <code>.smaller-image</code> class.
<strong>Note:</strong> This challenge allows for multiple possible solutions. For example, you may add <code>border-radius</code> to either the <code>.thick-green-border</code> class or the <code>.smaller-image</code> class.
</section>
## Tests