以下那个属性值表示background-origin背景图片的定位区域是从内容开始的()
A: padding-box
B: border-box
C: border
D: content-box
A: padding-box
B: border-box
C: border
D: content-box
举一反三
- 从content区域开始显示背景图像的background-origin属性值是() A: border-box B: padding-box C: content-box D: box
- 以下那个属性值表示background-clip背景的绘制区域是从边框开始的() A: padding-box B: border-box C: border D: content-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模型属性的是() A: margin B: padding C: color D: border
- 关于background-origin,以下说法正确的是: A: 是用来控制元素的背景图片显示区域 B: 属性值为border-box时,表示背景图像相对于边框盒来定位 C: 属性值为padding-box时,表示背景图像相对于内边距框来定位 D: 属性值为content-box时,表示背景图像相对于内容框来定位