CSS Box Model
CSS Box model is used when it comes to understanding Layout and Design.
This model wraps every HTML element
It contains :
margins: spacing from outside of border (brown area)
borders: it covers padding and content (yellow area)
padding: some spac...
ujjawalmauryaum.hashnode.dev1 min read