Fix punctuation in line 46 (#27206)

* Fix punctuation in line 46

* Fix W3C Link
This commit is contained in:
jaceclowdus
2019-02-13 04:51:12 -05:00
committed by Manish Giri
parent feb713192d
commit ed2d5f09ab

View File

@ -70,10 +70,10 @@ An element can be aligned to the center by making it a block element and changin
- `%` implies relative to the parent element. - `%` implies relative to the parent element.
## Browser Support ## Browser Support
It is effectively supported in all browsers (since IE6+, Firefox 2+, Chrome 1+ etc) It is effectively supported in all browsers (since IE6+, Firefox 2+, Chrome 1+, etc).
### More Information ### More Information
- <a href='https://www.w3.org/TR/css3-box/#the-margin' target='_blank' rel='nofollow'>W3C Working Draft</a> - <a href='https://www.w3.org/TR/css-box-3/#margins' target='_blank' rel='nofollow'>W3C Working Draft</a>
- <a href='https://www.w3.org/TR/CSS2/box.html#propdef-margin' target='_blank' rel='nofollow'>W3C CSS Level 2</a> - <a href='https://www.w3.org/TR/CSS2/box.html#propdef-margin' target='_blank' rel='nofollow'>W3C CSS Level 2</a>
- <a href='https://www.w3.org/TR/CSS1/#margin' target='_blank' rel='nofollow'>W3C CSS Level 1</a> - <a href='https://www.w3.org/TR/CSS1/#margin' target='_blank' rel='nofollow'>W3C CSS Level 1</a>
- <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/margin' target='_blank' rel='nofollow'>MDN Web Docs</a> - <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/margin' target='_blank' rel='nofollow'>MDN Web Docs</a>