CSS box model: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 16:
| url = https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Box_model
| quote =
}}</ref> The guidelines of the box model are described by web standards [[World Wide Web Consortium|World Wide Web Consortium (W3C)]] specifically the CSS Working Group. HistoricallyFor much of late-1990s and early 2001 there had been incompatiblenon-standard compliant implementations of the box model in the mainstream browsers,. withWith the advent of CSS3CSS2, propertywhich introduced the <code>box-sizing</code>, and modern browsers thatthe problem had most been resolved.
 
==Specifics==
Line 45:
would specify the box dimensions of each block belonging to 'myClass'. Moreover, each such box will have total height 160[[Pixel|px]] and width 260px.
 
CSS3 introduced the '''Internet Explorer box model''' to the standard, known referred to as <code>border-box</code>.<ref>{{Cite web
| title = CSS - box-sizing
| author = Peter-Paul Koch
| work = quirksmode.org
| date = 2013
| access-date = 30 March 2019
| url = https://quirksmode.org/css/user-interface/boxsizing.html
| quote =
}}</ref>
 
==History==