background-origin的值有哪些?
A: none
B: border-box
C: content-box
D: padding-box
A: none
B: border-box
C: content-box
D: padding-box
举一反三
- background-origin的值有哪些? A: none B: border-box C: content-box D: padding-box
- 在CSS样式表中给P标记定义边框样式可以使用的代码为: A: .box{width:250px;height:50px;border:1px red;background:pink;padding:30px;margin:20px;} B: .box{width:250px;height:50px;border:5pxdashedred;background:pink;padding:10px;margin:10px;} C: .box{width:250px;height:50px;border:15pxnonered;background:blue;padding:30px;margin:20px;} D: .box{width:250px;height:50px;border-color:red;background:yellow;padding:30px;margin:20px;}
- box-sizing的值有哪些()。 A: none B: border-box C: content-box D: padding-box
- box-sizing的值有哪些( )。 A: none B: border-box C: content-box D: padding-box
- background-clip 可能包含的属性值有哪些 A: padding-box B: border-box C: border D: content-box