Closed theRealProHacker closed 1 year ago
Pretty self explanatory. The text-align css-property defines how inline content is aligned horizontally, vertical-align vertically. MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align and https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align
text-align
vertical-align
text-align works, vertical-align will be postponed
Pretty self explanatory. The
text-align
css-property defines how inline content is aligned horizontally,vertical-align
vertically. MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align and https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align