Added a missing space and period in basic-css challenge files (#20480)
* Added missing space * Added missing period in add-borders-around-your-elements.md * Added missing space in adjust-the-padding-of-an-element.english.md
This commit is contained in:
committed by
Huyen Nguyen
parent
b688afcf7d
commit
c54896273b
@ -8,7 +8,7 @@ videoUrl: 'https://scrimba.com/c/c2MvnHZ'
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
CSS borders have properties like <code>style</code>, <code>color</code> and <code>width</code>
|
||||
CSS borders have properties like <code>style</code>, <code>color</code> and <code>width</code>.
|
||||
For example, if we wanted to create a red, 5 pixel border around an HTML element, we could use this class:
|
||||
<blockquote><style><br> .thin-red-border {<br> border-color: red;<br> border-width: 5px;<br> border-style: solid;<br> }<br></style></blockquote>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user