How to center Div
Before :
<center>
<div>
<h1>Hello World!</h1>
</div>
</center>
after :
<div style="display: flex; flex-direction: row; align-items: center; justify-content: center;">
<div>
<h1>This is your text</h1>
</div>
</div>
knowledge
The end
Notes mentioning this note
There are no notes linking to this note.