Display : block, inline, inline-block
1. block
Begins a new line of text.
Its width extends beyond the inner content.
You can set the value of width and height.
Respect margin-left, margin-right, margin-top, margin-bottom and padding.
Can contain text, data, inline elements and othe...
drashtijethvablogs.hashnode.dev2 min read