How to center a Div using HTML, CSS
Three ways to center a Div using HTML, CSS
We will learn to center a Div in three different ways.
<div>
<p>Text</p>
</div>
This is the HTML code that will be used to center the Div
1. Centering a Div using Flexbox, Justify-content and align-item
...
iriteshmishra.hashnode.dev1 min read