corrected text=top to text-top (#27703)

This commit is contained in:
Sai Kiran
2019-03-05 05:26:49 +05:30
committed by Randell Dawson
parent bf3112d256
commit b80e7a503d

View File

@ -19,7 +19,7 @@ These are the valid values for ```vertical-align```:
* ```top``` - This aligns the element so that the top of this element is in align with the top of the tallest element on the line
* ```bottom``` - This aligns the element so that the bottom of this element is in align with the bottom of the lowest element on the line
* ```middle``` - This aligns the element so that it is in the middle of the parent element
* ```text=top``` - This aligns the top of this element so that it is aligned with the top of the parent element's top
* ```text-top``` - This aligns the top of this element so that it is aligned with the top of the parent element's top
* ```text-bottom``` - This aligns the bottom of this element so that it is aligned with the bottom of the parent element's text
#### More Information: