CSS box model: Difference between revisions

Content deleted Content added
Aribashka (talk | contribs)
Created separate page, and included a link to the original redirected page, which is only a sub-topic
Aribashka (talk | contribs)
mNo edit summary
Line 1:
In [[web development]], the [[CSS box model]] refers to the composition of a webpage or [[HTML]] page from blocks or boxes using [[CSS]]. Specifically, the box model describes how the size of each such block and its content is determined through styling instructions. The specific guidelines of the box model are described by the [[World Wide Web Consortium|World Wide Web Consortium (W3C)]].
 
==Specifics==