一个宽度为300px,高度为200px的盒子,实现胶囊形状,设置圆角取值为( )。
A: border-radius: 150px;
B: border-radius: 100px;
C: border-radius: 50px;
D: border-radius: 50%
A: border-radius: 150px;
B: border-radius: 100px;
C: border-radius: 50px;
D: border-radius: 50%
举一反三
- 盒子宽度和高度均为200px,边框宽度为40px,border-radius大于等于()px可以使该盒子边框显示为环形
- 第一个DIV的样式style为width:150px;height:50px;margin:5px 7px 2px 3px;padding:5px;border:1px solid #000;第二个DIV的样式style为width:150px;height:50px;margin:0;padding:0;border:1px solid #000;请问第一个DIV的实际宽度为________px,原点坐标为x=_____px,y=______px;第二个DIV的原点坐标为x=_____px,y=______px原点为盒子模型可见区域的左上角定点
- 设置盒子圆角的属性是 A: box-sizing B: box-shadow C: border-radius D: border
- ( )属性可用于设置盒子的圆角。 A: border B: border-radius C: outline D: box-shadow
- CSS3为图像设置圆角边框的属性是()。 A: border-radius B: radius C: opacity D: shadow