Box model in CSS
The box model is a fundamental concept in CSS(Cascading Style Sheets) that describes how elements are renedered in a web page. According to box model every element in a document is considered as a rectangular box. Each box consists of four parts: con...
mypersonalblog.hashnode.dev1 min read