I am trying to center text
<div style="align-items: center; display: flex">
<div>Continuous Integration:</div>
<div>
[](https://github.com/../../actions)
</div>
</div>
But Github ignores the inline styling. Why is it ignoring the style and what is the proper way to handle this?