theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Add the ‘text-align‘ and ‘vertical-align‘ properties #61

Closed theRealProHacker closed 1 year ago

theRealProHacker commented 2 years 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

theRealProHacker commented 1 year ago

text-align works, vertical-align will be postponed