已采纳回答 / ViVier
左上角&右上角&右下角&左下角左上角&右下角 / 右上角&左下角左上角 / 右上角&左下角 / 右下角左上角 / 右上角 / 右下角 / 左下角参数数量不同时,指定的圆角位置不同;
2017-03-13
background-position 是CSS2啊兄弟,这门课主要讲的还是CSS3。如果2有问题,应该找文档自己查的
另外渐变在实际生产过程中使用的实在是少。
99%的网页背景实现还是通过引入图片
另外渐变在实际生产过程中使用的实在是少。
99%的网页背景实现还是通过引入图片
2017-03-13
background图片的定位和padding无关
只与background-position有关
(复习:background-position : length || position
参数:
length : 百分数 / 或由浮点数字和单位标识符组成的长度值。请参阅“长度单位”
position : top | center | bottom | left | center | right )
比如这个例子里,设置 .demo选择器中的padding:20px;
三张扑克的位置还是贴在边框上。
只与background-position有关
(复习:background-position : length || position
参数:
length : 百分数 / 或由浮点数字和单位标识符组成的长度值。请参阅“长度单位”
position : top | center | bottom | left | center | right )
比如这个例子里,设置 .demo选择器中的padding:20px;
三张扑克的位置还是贴在边框上。
2017-03-13
div.semi-circle{
height:100px;
width:50px;
background:#9da;
border-radius:100% 0 0 100% / 50%;
}
也可以达到效果
height:100px;
width:50px;
background:#9da;
border-radius:100% 0 0 100% / 50%;
}
也可以达到效果
2017-03-12
已采纳回答 / qq_曲误_0
http://www.zhangxinxu.com/wordpress/2012/06/css3-transform-matrix-%E7%9F%A9%E9%98%B5/ 张鑫旭的transform-matrix
2017-03-12
这两个结合看应该差不多了,有关border-image
http://www.zhangxinxu.com/wordpress/2010/01/css3-border-image/
http://www.tuicool.com/articles/EJZnUnm 重点
http://www.zhangxinxu.com/wordpress/2010/01/css3-border-image/
http://www.tuicool.com/articles/EJZnUnm 重点
2017-03-10
background-position: left top,right bottom;
提供一个地址,讲的还可以,反正我懂了
http://www.w3cplus.com/content/css3-multiple-backgrounds
提供一个地址,讲的还可以,反正我懂了
http://www.w3cplus.com/content/css3-multiple-backgrounds
2017-03-10