Content deleted Content added
Voidvector (talk | contribs) No edit summary |
Voidvector (talk | contribs) 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.
==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==
|