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