Display Property in CSS
The display property in CSS determines how an element is displayed on a webpage. It defines the type of box that an element generates. The most common values for the display property are inline, block, inline-block, and flex
h1{
background-color:...
gyannbaato.hashnode.dev4 min read