本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。
CSS3圆角只需设置一个属性:border-radius(含义是”边框半径”)。你为这个属性提供一个值,就能同时设置四个圆角的半径。所有合法的CSS度量值都可以使用:em、ex、pt、px、百分比等等。
例子:
设置背景圆角 .normal{ background-image: url(images/rest.png); width: 215px; height: 215px; border-radius: 50%; background-size: 215px; background-repeat: no-repeat; background-position-y: 9%; }
原图:
设置背景之后的效果:
转载请注明:IT运维空间 » web技术 » css如何为图片设置圆角 css怎么设置圆角
发表评论