Css Layout: Display Property
Know the difference between inline v/s block HTML elements
🟢Inline HTML elements:
An inline element does not start on a new line and only takes up as much width as necessary
⭐Any height and width properties will have no effect.
.inline-element{
di...
webcraftlabs.hashnode.dev6 min read