今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Box-sizing and the box model fix
- [Presenter] Using different box model properties affects the overall size of the element. This behavior can be managed with the box-sizing property, which defines how the total width and height of an element are calculated. There are two values, content-box and border-box. The default box-sizing value is content-box. The width and height values apply to the content-box of the element. Any added border or padding styles will increase the element's total size. Margin adds space around the element, so it's not included in the total size of the element, but it does affect how much space the element takes up. When the border-box value is used, the width and height will still be applied to the content-box. However, when padding and border styles are added, the content-box shrinks to maintain the same overall size as defined by the width and height properties. Again, margin is not included in these adjustments, since it adds space…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
Intro to the CSS box model58 秒
-
(已锁定)
The box model properties3 分钟 44 秒
-
(已锁定)
Box-sizing and the box model fix4 分钟 23 秒
-
(已锁定)
Inline, block, and display4 分钟 39 秒
-
(已锁定)
Project: Footer styles and icons4 分钟 4 秒
-
(已锁定)
Debugging with developer tools5 分钟 6 秒
-
(已锁定)
Managing box model quirks4 分钟 2 秒
-
(已锁定)
Project: Background image update3 分钟 23 秒
-
(已锁定)
Using negative margin values2 分钟 42 秒
-
(已锁定)
Center aligning with margin3 分钟 42 秒
-
(已锁定)
Project: Adding content wrappers4 分钟 44 秒
-
(已锁定)
Project: Adding a header image5 分钟 56 秒
-
-
-
-
-
-