What are margin and padding when do you use them?What is display property and explain ? Explain min-height,min-width,max-height and max-width in CSS?
What are margin and padding when do you use them?
Ans:- Margin: Outside space surrounding an element.
**Padding:** Inner space surrounding an element.
We use margin and padding for maintaining space between the elements, better readability o...
rudraprasadmohapatra.hashnode.dev2 min read